Class InputStatusItem.
This is the status of a peripheral input item.
PeripheralStatusItem -> InputStatusItem
Field | Type | Inherited from | Description |
---|---|---|---|
FaultMessage | String | InputStatusItem | Gets or sets the fault message. |
IsActivated | Nullable<Boolean> | InputStatusItem | Gets or sets a value indicating whether this instance is activated.Possible Values (null, true, false) |
IsFaulted | Nullable<Boolean> | InputStatusItem | Gets or sets a value indicating whether this instance is faulted.Possible Values (null, true, false) |
IsMasked | Nullable<Boolean> | InputStatusItem | Gets or sets a value indicating whether this item is masked.Possible Values (null, false, true) |
{
"FaultMessage" : "String",
"IsActivated" : "Nullable\<Boolean\>",
"IsFaulted" : "Nullable\<Boolean\>",
"IsMasked" : "Nullable\<Boolean\>"
}