ST_BACnet_TimeValueBool

PLC mapping of BACnet data type BACnetTimeValue for entries of type Bool or Null. See BACnet specification DIN EN ISO 16484-5 for data type BACnetTimeValue.

TYPE ST_BACnet_TimeValueBool :
STRUCT
  bValid  : BOOL;
  stTime  : ST_BACnet_Time;
  eType   : E_BACnetDataTypes;
  bValue  : BOOL;
END_STRUCT
END_TYPE

bValid: Value is valid.

eType: Possible values are  BACnetDataType_Null or BACnetDataType_Boolean.

bValue: Value FALSE or TRUE, if eType = BACnetDataType_Boolean.