BACnetLightingInProgressString (FUN) ¶ FUNCTION BACnetLightingInProgressString : STRING Retrieves the textual value representation for the lighting in progress enumeration. Return: A pointer to the corresponding character text string. InOut: Scope Name Type Comment Return BACnetLightingInProgressString STRING Input LightingInProgress IEC_BACNET_LIGHTING_IN_PROGRESS The corresponding enumration value.
BACnetObjectIdToText (FUN) ¶ FUNCTION BACnetObjectIdToText : STRING This ia a helper function which get the name-description of the given object identifier. In the form of “analog-input, xxx”. ‘xxx’ is the instance number. Invalid values will get an empty string (“”): const char* A const pointer to a static buffer which holds the string. InOut: Scope Name Type Comment Return BACnetObjectIdToText STRING Input pObjectID POINTER TO IEC_BACNET_OBJECT_ID A pointer to the object identifier structure for which the string is requested.
BACnetObjTypeString (FUN) ¶ FUNCTION BACnetObjTypeString : STRING Retrieves the textual value representation for the object-type enumeration. Return: A pointer to the corresponding character text string. InOut: Scope Name Type Comment Return BACnetObjTypeString STRING Input ObjType IEC_BACNET_OBJECT_TYPE The corresponding enumration value.
BACnetPDUtypeToText (FUN) ¶ FUNCTION BACnetPDUtypeToText : STRING This is a helper function which gets the name-description of the given BACnet PDU-Type. const char* A const pointer to a static buffer which holds the string. InOut: Scope Name Type Comment Return BACnetPDUtypeToText STRING Input pduType IEC_BACNET_UINT A value out of ::BACNET_PDU_TYPE or ::BACNET_NPDU_TYPE network_msg SINT network_msg = 0 -> type is a value out of ::BACNET_PDU_TYPEn network_msg = 1 -> type is a value out of ::BACNET_NPDU_TYPEn network_msg = 2 & type < 64 then a value out of ::BACNET_PDU_TYPE will be assumedn network_msg = 2 & type >= 64 then a value out of ::BACNET_NPDU_TYPE will be assumedn Invalid values will get empty string (“”)
BACnetPolarityString (FUN) ¶ FUNCTION BACnetPolarityString : STRING Retrieves the textual value representation for the polarity enumeration. Return: A pointer to the corresponding character text string. InOut: Scope Name Type Comment Return BACnetPolarityString STRING Input Polarity IEC_BACNET_POLARITY The corresponding enumration value.
BACnetLightingTransitionString (FUN) ¶ FUNCTION BACnetLightingTransitionString : STRING Retrieves the textual value representation for the lighting transition enumeration. Return: A pointer to the corresponding character text string. InOut: Scope Name Type Comment Return BACnetLightingTransitionString STRING Input LightingTrans IEC_BACNET_LIGHTING_TRANSITION The corresponding enumration value.
BACnetLimitEnableString (FUN) ¶ FUNCTION BACnetLimitEnableString : STRING Retrieves the textual value representation for the limit-enable-bits enumeration. Return: A pointer to the corresponding character text string. InOut: Scope Name Type Comment Return BACnetLimitEnableString STRING Input LimitEnable IEC_BACNET_LIMIT_ENABLE The corresponding enumration value.
BACnetLockStatusString (FUN) ¶ FUNCTION BACnetLockStatusString : STRING Retrieves the textual value representation for the lock-status enumeration. Return: A pointer to the corresponding character text string. InOut: Scope Name Type Comment Return BACnetLockStatusString STRING Input LockState IEC_BACNET_LOCK_STATUS The corresponding enumration value.
BACnetLoggingTypeString (FUN) ¶ FUNCTION BACnetLoggingTypeString : STRING Retrieves the textual value representation for the logging-type enumeration. Return: A pointer to the corresponding character text string. InOut: Scope Name Type Comment Return BACnetLoggingTypeString STRING Input LoggingType IEC_BACNET_LOGGING_TYPE The corresponding enumration value.
BACnetMaintenanceString (FUN) ¶ FUNCTION BACnetMaintenanceString : STRING Retrieves the textual value representation for the maintenance enumeration. Return: A pointer to the corresponding character text string. InOut: Scope Name Type Comment Return BACnetMaintenanceString STRING Input Maintenance IEC_BACNET_MAINTENANCE The corresponding enumration value.