Applies To
All
Purpose
Returns all the properties of the command object.
Syntax
Object.Get (nCommandOpCode, dwAddressOrValue, nCommandCondition, nCommandRegister)
Or
Object.Get (nCommandOpCode, dwAddressOrValue, nCommandCondition, nCommandXEventBit)
The Get method syntax has the following parts:
Name |
Type |
Description |
Object |
DioCommand |
DioCommand object. |
nCommandOpCode |
VAR SHORT |
Integer specifying the command. |
dwAddressOrValue |
VAR DWORD |
The branch address or register value. |
nCommandCondition |
VAR SHORT |
Integer specifying the command condition. |
nCommandRegister |
VAR SHORT |
Optional - Integer specifying the Register number. |
nCommandXEventBit |
VAR SHORT |
Optional - Integer specifying the XEvenBit number. |
Comments
See Set method for complete details on each parameter.
See Also