ST_BACnet_TimeValueBool
PLC-Abbildung des BACnet-Datentyps BACnetTimeValue für Einträge vom Typ Bool oder Null. Siehe BACnet-Spezifikation DIN EN ISO 16484-5 zum Datentyp BACnetTimeValue.
TYPE ST_BACnet_TimeValueBool :
STRUCT
bValid : BOOL;
stTime : ST_BACnet_Time;
eType : E_BACnetDataTypes;
bValue : BOOL;
END_STRUCT
END_TYPE
bValid
: Wert ist gültig.
eType
: Mögliche Werte sind BACnetDataType_Null oder BACnetDataType_Bool.
bValue
: Wert FALSE oder TRUE, wenn eType = BACnetDataType_Bool.