InfoCommand property
Builder Syntax |
int InfoCommand; |
Delphi Syntax |
InfoCommand: Integer; |
Overview |
Refer to Working with Command Sets. |
Remarks
(Runtime only, Read only) Contains the type of a command set. This property is updated by calling the GetInfoCS method. Possible values are:
Value |
Meaning |
COMMAND_C_STORE |
[$0001] Composite Store Command |
COMMAND_C_FIND |
[$0020] Composite Find Command |
COMMAND_C_GET |
[$0010] Composite Get Command |
COMMAND_C_MOVE |
[$0021] Composite Move Command |
COMMAND_C_CANCEL |
[$0FFF] Composite Cancel Command |
COMMAND_C_ECHO |
[$0030] Composite Echo Command |
COMMAND_N_REPORT |
[$0100] Normalized Report Command |
COMMAND_N_GET |
[$0110] Normalized Get Command |
COMMAND_N_SET |
[$0120] Normalized Set Command |
COMMAND_N_ACTION |
[$0130] Normalized Action Command |
COMMAND_N_CREATE |
[$0140] Normalized Create Command |
COMMAND_N_DELETE |
[$0150] Normalized Delete Command |
To determine whether the command set is a request or a response, check the InfoRequest property after calling the GetInfoCS method.
See Also
Elements: |