InitializeBACnetDataTypes ¶ Utilities for initializing BACnet data types using IEC data types. BitStrings BACnetBitStringGetBit (Function) BACnetBitStringSetBit (Function) InitializeBACnetBitString (Function) InitializeBACnetBoolean (Function) InitializeBACnetDate (Function) InitializeBACnetDateRange (Function) InitializeBACnetDateTime (Function) InitializeBACnetDateTimeUnspecified (Function) InitializeBACnetDevObjPropReference (Function) InitializeBACnetSetpointReference (Function) InitializeBACnetString (Function) InitializeBACnetTime (Function) InitializeBACnetTimeStamp (Function)
BitStrings ¶ Functionalities for BACnet bit string initialization. BACnetBitStringGetBit (Function) BACnetBitStringSetBit (Function)
FromBACnetBitString (FUN) ¶ FUNCTION FromBACnetBitString : STRING Returns a STRING corresponding to the given IEC_BACNET_BIT_STRING (i.e. in the form ‘1011011’). InOut: Scope Name Type Comment Return FromBACnetBitString STRING Input bitStr CmpBACnet.IEC_BACNET_BIT_STRING The BACnet bit string to convert to a STRING.
FromBACnetBoolean (FUN) ¶ FUNCTION FromBACnetBoolean : BOOL Returns a BOOL corresponding to the given IEC_BACNET_BOOLEAN. InOut: Scope Name Type Comment Return FromBACnetBoolean BOOL Input bacBol CmpBACnet.IEC_BACNET_BOOLEAN The BACnet boolean to convert to a BOOL.
FromBACnetDate (FUN) ¶ FUNCTION FromBACnetDate : DATE Returns a DATE corresponding to the given IEC_BACNET_DATE. InOut: Scope Name Type Comment Return FromBACnetDate DATE Input bacDat CmpBACnet.IEC_BACNET_DATE The BACnet date to convert to a DATE.
FromBACnetDateRange (FUN) ¶ FUNCTION FromBACnetDateRange : BACnetDateRange Returns a BACnetDateRange struct corresponding to the given IEC_BACNET_DATE_RANGE. InOut: Scope Name Type Comment Return FromBACnetDateRange BACnetDateRange Input bacDatRng CmpBACnet.IEC_BACNET_DATE_RANGE The BACnet date range to convert to a BACnetDateRange.
IsBACnetBACnetDateTimeUnspecified (FUN) ¶ FUNCTION IsBACnetBACnetDateTimeUnspecified : BOOL Check if a BACnetDateTime is set to unspecified. InOut: Scope Name Type Return IsBACnetBACnetDateTimeUnspecified BOOL Input dateTime BACnetDateTime
IsBACnetDateTimeUnspecified (FUN) ¶ FUNCTION IsBACnetDateTimeUnspecified : BOOL Check if a IEC_BACNET_DATE_TIME is set to unspecified. InOut: Scope Name Type Return IsBACnetDateTimeUnspecified BOOL Input bacDateTime CmpBACnet.IEC_BACNET_DATE_TIME
FromBACnetTime (FUN) ¶ FUNCTION FromBACnetTime : TIME Returns a TIME corresponding to the given IEC_BACNET_TIME. InOut: Scope Name Type Comment Return FromBACnetTime TIME Input bacTime CmpBACnet.IEC_BACNET_TIME The BACnet time to convert to TIME.
FromBACnetTimeStamp (FUN) ¶ FUNCTION FromBACnetTimeStamp : BACnetTimeStamp Returns a BACnetTimeStamp corresponding to the given IEC_BACNET_TimeStamp. InOut: Scope Name Type Comment Return FromBACnetTimeStamp BACnetTimeStamp Input bacTimeStamp CmpBACnet.IEC_BACNET_TIME_STAMP The BACnet time stamp to convert to a BACnetTimeStamp.