Enums ¶ BACnetPropertyAttributeExistent (Enum) BACnetPropertyAttributePersistent (Enum) BACnetPropertyAttributeWritable (Enum)
BACnetPropertyAttributeExistent (ENUM) ¶ TYPE BACnetPropertyAttributeExistent : Attribute to configure existance of BACnet object properties. Attributes: qualified_only InOut: Name Initial DEFAULT -1 EXISTENT 0 NOT_EXISTENT 1
FromBACnetSetpointReference (FUN) ¶ FUNCTION FromBACnetSetpointReference : BACnetSetpointReference Returns a BACnetSetpointReference struct corresponding to the given IEC_BACNET_SETPOINT_REFERENCE. InOut: Scope Name Type Comment Return FromBACnetSetpointReference BACnetSetpointReference Input bacRef CmpBACnet.IEC_BACNET_SETPOINT_REFERENCE The BACnet set point reference to convert to a BACnetSetpointReference.
FromBACnetString (FUN) ¶ FUNCTION FromBACnetString : BOOL Returns a WSTRING corresponding to the given IEC_BACNET_STRING. Only UTF-8 and ISO 8859-1 BACnet-String supported right now. InOut: Scope Name Type Comment Return FromBACnetString BOOL Input bacString CmpBACnet.IEC_BACNET_STRING The BACnet string to convert to a WSTRING (with respect to the given string type in the BACnet string). Inout wStrBuffer WSTRING(255) A buffer used during conversion.
FromBACnetDateTime (FUN) ¶ FUNCTION FromBACnetDateTime : BACnetDateTime Returns a BACnetDateTime struct corresponding to the given IEC_BACNET_DATE_TIME. InOut: Scope Name Type Comment Return FromBACnetDateTime BACnetDateTime Input bacDatTim CmpBACnet.IEC_BACNET_DATE_TIME The BACnet date time to convert to a BACnetDateTime.
FromBACnetDevObjPropReference (FUN) ¶ FUNCTION FromBACnetDevObjPropReference : BACnetDevObjPropReference Returns a BACnetDevObjPropReference struct corresponding to the given IEC_BACNET_DEV_OBJ_PROP_REFERENCE. InOut: Scope Name Type Comment Return FromBACnetDevObjPropReference BACnetDevObjPropReference Input bacRef CmpBACnet.IEC_BACNET_DEV_OBJ_PROP_REFERENCE The BACnet device object property reference to convert to a BACnetDevObjPropReference.
InitializeBACnetBitString (FUN) ¶ FUNCTION InitializeBACnetBitString : BOOL Initializes a IEC_BACNET_BIT_STRING according to a given STRING (i.e. in the form ‘1101011’). InOut: Scope Name Type Comment Return InitializeBACnetBitString BOOL Input str STRING The STRING used for initialization. Inout bitStr CmpBACnet.IEC_BACNET_BIT_STRING The bit string to operate on.
InitializeBACnetBoolean (FUN) ¶ FUNCTION InitializeBACnetBoolean : BOOL Initializes a IEC_BACNET_BOOLEAN according to a given BOOL. InOut: Scope Name Type Comment Return InitializeBACnetBoolean BOOL Input xInp BOOL The BOOL value to use for initialization. Inout bacBool CmpBACnet.IEC_BACNET_BOOLEAN The BACnet bool value to operate on.
InitializeBACnetDate (FUN) ¶ FUNCTION InitializeBACnetDate : BOOL Initializes a IEC_BACNET_DATE according to a given DATE. InOut: Scope Name Type Comment Return InitializeBACnetDate BOOL Input dat DATE The DATE to use for initialization. Inout bacDate CmpBACnet.IEC_BACNET_DATE The BACnet date to operate on.
InitializeBACnetDateRange (FUN) ¶ FUNCTION InitializeBACnetDateRange : BOOL Initializes a IEC_BACNET_DATE_RANGE according to a given BACnetDateRange struct. InOut: Scope Name Type Comment Return InitializeBACnetDateRange BOOL Input dateRange BACnetDateRange The BACnetDateRange to use for initialization. Inout bacDateRange CmpBACnet.IEC_BACNET_DATE_RANGE The BACnet date range to operate on.