 | FWMsgType Enumeration |
RetVal Message Type: Error, Success, JSCommand (Javascript Command)
Namespace:
Koden.Utils.Models
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
SyntaxPublic Enumeration FWMsgType
public enum class FWMsgType
Members
| Member name | Value | Description |
---|
| Error | -1 |
The error
|
| Success | 0 |
The success
|
| JSCommand | 1 |
The js command
|
See Also