InfoCommand property (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short InfoCommand

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

[0x0001] Composite Store Command

COMMAND_C_FIND

[0x0020] Composite Find Command

COMMAND_C_GET

[0x0010] Composite Get Command

COMMAND_C_MOVE

[0x0021] Composite Move Command

COMMAND_C_CANCEL

[0x0FFF] Composite Cancel Command

COMMAND_C_ECHO

[0x0030] Composite Echo Command

COMMAND_N_REPORT

[0x0100] Normalized Report Command

COMMAND_N_GET

[0x0110] Normalized Get Command

COMMAND_N_SET

[0x0120] Normalized Set Command

COMMAND_N_ACTION

[0x0130] Normalized Action Command

COMMAND_N_CREATE

[0x0140] Normalized Create Command

COMMAND_N_DELETE

[0x0150] 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:

GetInfoCS method, InfoRequest property

Topics:

Data Sets: Command Sets