HANDLE (ALIAS) ¶ TYPE HANDLE : __XWORD Realize a target specific data type for handles.
IDENT (ALIAS) ¶ TYPE IDENT : DWORD Realize a target specific data type for handlig key values.
GetBoolFromContents (FUN) ¶ FUNCTION GetBoolFromContents : BOOL Tries to evaluate property contents as BOOL data type. If the contents are not of type BOOL FALSE is returned. InOut: Scope Name Type Comment Return GetBoolFromContents BOOL Input conts CmpBACnet.IEC_BACNET_PROPERTY_CONTENTS The contents to be evaluated as BOOL.
PVOID (ALIAS) ¶ TYPE PVOID : __XWORD Realize a target specific data type for general pointers.
SIGNED (ALIAS) ¶ TYPE SIGNED : INT Realize a general signed integer data type.
SIZE (ALIAS) ¶ TYPE SIZE : __UXINT Realize a target specific data type for handlig sizes.
TICK (ALIAS) ¶ TYPE TICK : __UXINT Realize a target specific data type for handlig the smallest time slices.
UNSIGNED (ALIAS) ¶ TYPE UNSIGNED : UINT Realize a general unsigned integer data type.
GetDateFromContents (FUN) ¶ FUNCTION GetDateFromContents : DATE Tries to evaluate property contents as DATE data type. If the contents are not of type DATE 1970-1-1 is returned. InOut: Scope Name Type Comment Return GetDateFromContents DATE Input conts CmpBACnet.IEC_BACNET_PROPERTY_CONTENTS The contents to be evaluated as DATE.
GetSupplierVersion (FUN) ¶ FUNCTION GetSupplierVersion : WORD Returns the actual release and implementation version of the library. InOut: Scope Name Type Comment Return GetSupplierVersion WORD Input xDummy BOOL Backward compatibility