Dispatch mode type. More...
Public Member Functions | |
| DispatchMode (int mValue) | |
| DispatchMode (DispatchMode enum_) | |
| int | getValue () |
| Returns the integer value of the enumeration constant. More... | |
| final int | swigValue () |
Static Public Member Functions | |
| static DispatchMode | swigToEnum (int swigValue) |
| static DispatchMode | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
| DispatchModeNode =(0) | |
| DispatchModePost =(2) | |
| DispatchModeSend =(1) | |
Dispatch mode type.
Deprecated In Kanzi 3.5. All messages are delivered immediately, and DispatchMode property has no effect.
| int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |