BACnetMSTPdatalink.CheckMstpDeviceDriverReady (METH) ¶ METHOD PROTECTED CheckMstpDeviceDriverReady : BOOL Checks, if parent MS/TP COM device driver is up and running. In case FALSE is returned the BACnetServer will not start. InOut: Scope Name Type Comment Return CheckMstpDeviceDriverReady BOOL Input pConnector POINTER TO IoConfigConnector “child” connector to parent device. deviceName STRING device driver name
BACnetSchedule.GetPropertyReferenceCount (METH) ¶ METHOD GetPropertyReferenceCount : CmpBACnet.IEC_BACNET_STATUS Gets the number of device object property reference entries in the List_Of_Object_Property_References-Property of this BACnet-Object. InOut: Scope Name Type Comment Return GetPropertyReferenceCount CmpBACnet.IEC_BACNET_STATUS Output count CmpBACnet.IEC_BACNET_ELEMENT_COUNT The number of property references of the List_Of_Object_Property_References of this object.
BACnetSchedule.RemovePropertyReference (METH) ¶ METHOD RemovePropertyReference : CmpBACnet.IEC_BACNET_STATUS Removes the device object property reference at index nIndex in the List_Of_Object_Property_References-Property of this BACnet-Object. InOut: Scope Name Type Initial Comment Return RemovePropertyReference CmpBACnet.IEC_BACNET_STATUS Input nIndex CmpBACnet.IEC_BACNET_ELEMENT_COUNT 0 The 1 based Index of the reference to remove.
BACnetSchedule.GetExceptionEntryCount (METH) ¶ METHOD GetExceptionEntryCount : CmpBACnet.IEC_BACNET_STATUS Gets the number of entries in the Exception_Schedule-Property of this BACnet-Object. InOut: Scope Name Type Comment Return GetExceptionEntryCount CmpBACnet.IEC_BACNET_STATUS Output count CmpBACnet.IEC_BACNET_ELEMENT_COUNT The count of the exception entries of this object.
BACnetSchedule.RemoveExceptionEntry (METH) ¶ METHOD RemoveExceptionEntry : CmpBACnet.IEC_BACNET_STATUS Removes a entry at index nIndex from the Exception_Schedule-Property of this BACnet-Object. InOut: Scope Name Type Initial Comment Return RemoveExceptionEntry CmpBACnet.IEC_BACNET_STATUS Input nIndex CmpBACnet.IEC_BACNET_ELEMENT_COUNT 0 The 1 based index of the exception entry to remove.
BACnetBitStringGetBit (FUN) ¶ FUNCTION BACnetBitStringGetBit : BOOL InOut: Scope Name Type Comment Return BACnetBitStringGetBit BOOL Input bitStr CmpBACnet.IEC_BACNET_BIT_STRING The BACnet bit string to operate on. bitIndex UINT The index of the bit to set Output bitValue BOOL The value of the specified bit.
BACnetBitStringSetBit (FUN) ¶ FUNCTION BACnetBitStringSetBit : BOOL Sets a bit-value for a specific bit in a BACnet-BitString. InOut: Scope Name Type Comment Return BACnetBitStringSetBit BOOL Input bitIndex UINT The index of the bit to set bitValue UINT The value to set to the specified bit. Inout bitStr CmpBACnet.IEC_BACNET_BIT_STRING The BACnet bit string to operate on.
CAA CANopen Manager ¶ Enums ERROR (Enum) Functions Properties GetProperty (Function) SdoAbort (Function) SdoRead (Function) SdoWrite (Function) Services for CANopen Stack StkRegister (Function) StkUnregister (Function) StkClose (Function) StkGetInfo (Function) StkOpen (Function) Global Variables CANopenManagerVariables (GVL) PropertyConstants (GVL)
ERROR (ENUM) ¶ TYPE ERROR : Attributes: qualified_only InOut: Name Initial NO_ERROR 0 FIRST_ERROR 10300 TIME_OUT 10301 NO_MORE_MEMORY 10302 INVALID_HANDLE 10303 WRONG_PARAMETER 10304 NODEID_UNKNOWN 10305 NETID_UNKNOWN 10306 NETID_OCCUPIED 10307 FIRST_MF 10349 LAST_ERROR 10399