IBACnetServerPluginHook.HookType (PROP) ¶ PROPERTY HookType : CmpBACnet.IEC_BACNET_CB_TYPE
Constants (GVL) ¶ Attributes: qualified_only InOut: Scope Name Type Initial Constant YEAR_UNSPECIFIED CmpBACnet.IEC_BACNET_WORD 65535 DAY_OF_MONTH_UNSPECIFIED CmpBACnet.IEC_BACNET_BYTE 255 HOUR_UNSPECIFIED CmpBACnet.IEC_BACNET_BYTE 255 MINUTE_UNSPECIFIED CmpBACnet.IEC_BACNET_BYTE 255 SECOND_UNSPECIFIED CmpBACnet.IEC_BACNET_BYTE 255 HUNDREDTHS_UNSPECIFIED CmpBACnet.IEC_BACNET_BYTE 255
Debug ¶ Internal helper functionalities for debugging.
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.