Dispatch mode type. More...
Public Member Functions | |
| DispatchMode (DispatchMode enum_) | |
| Constructs a copy of a DispatchMode object. | |
| DispatchMode (int value) | |
| Constructs a DispatchMode of an integer value. | |
| int | getValue () |
| Returns the integer value of the enumeration constant. | |
| final int | swigValue () |
| Returns the integer value of the enumeration constant. | |
Static Public Member Functions | |
| static DispatchMode | swigToEnum (int swigValue) |
| Converts an integer value to the matching enumeration constant. | |
| static DispatchMode | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. | |
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.
| DispatchMode | ( | int | value | ) |
Constructs a DispatchMode of an integer value.
| value | Integer value to convert to enumeration constant. |
| DispatchMode | ( | DispatchMode | enum_ | ) |
Constructs a copy of a DispatchMode object.
| enum_ | DispatchMode to be copy constructed. |
| int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
| swigValue | Integer value to convert to enumeration constant. |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |