BACnetSilencedStateString (FUN) ¶ FUNCTION BACnetSilencedStateString : STRING Retrieves the textual value representation for the silenced-state enumeration. Return: A pointer to the corresponding character text string. InOut: Scope Name Type Comment Return BACnetSilencedStateString STRING Input SilencedState IEC_BACNET_SILENCED_STATE The corresponding enumration value.
BACnetProgramErrorString (FUN) ¶ FUNCTION BACnetProgramErrorString : STRING Retrieves the textual value representation for the program-error enumeration. Return: A pointer to the corresponding character text string. InOut: Scope Name Type Comment Return BACnetProgramErrorString STRING Input ProgramError IEC_BACNET_PROGRAM_ERROR The corresponding enumration value.
BACnetProgramRequestString (FUN) ¶ FUNCTION BACnetProgramRequestString : STRING Retrieves the textual value representation for the program-request enumeration. Return: A pointer to the corresponding character text string. InOut: Scope Name Type Comment Return BACnetProgramRequestString STRING Input ProgramRequest IEC_BACNET_PROGRAM_REQUEST The corresponding enumration value.
BACnetProgramStateString (FUN) ¶ FUNCTION BACnetProgramStateString : STRING Retrieves the textual value representation for the program-state enumeration. Return: A pointer to the corresponding character text string. InOut: Scope Name Type Comment Return BACnetProgramStateString STRING Input ProgramState IEC_BACNET_PROGRAM_STATE The corresponding enumration value.
BACnetPropIDString (FUN) ¶ FUNCTION BACnetPropIDString : STRING Retrieves the textual value representation for the property-identifier enumeration. Return: A pointer to the corresponding character text string. InOut: Scope Name Type Comment Return BACnetPropIDString STRING Input PropID IEC_BACNET_PROPERTY_ID The corresponding enumration value.
BACnetPropertyIdToText (FUN) ¶ FUNCTION BACnetPropertyIdToText : STRING This ia a helper function which get the name-description of the given property ID Invalid values will get empty string (“”): const char* A const pointer to a static buffer which holds the string. InOut: Scope Name Type Comment Return BACnetPropertyIdToText STRING Input propertyID IEC_BACNET_UINT The property identifier for which the string is requested.
BACnetFileAccessString (FUN) ¶ FUNCTION BACnetFileAccessString : STRING Retrieves the textual value representation for the file-access-method enumeration. Return: A pointer to the corresponding character text string. InOut: Scope Name Type Comment Return BACnetFileAccessString STRING Input FileAccess IEC_BACNET_FILE_ACCESS_METHOD The corresponding enumration value.
BACnetLifeSafetyModeString (FUN) ¶ FUNCTION BACnetLifeSafetyModeString : STRING Retrieves the textual value representation for the life-safety-mode enumeration. Return: A pointer to the corresponding character text string. InOut: Scope Name Type Comment Return BACnetLifeSafetyModeString STRING Input LifeSafetyMode IEC_BACNET_LIFE_SAFETY_MODE The corresponding enumration value.
BACnetLifeSafetyOpString (FUN) ¶ FUNCTION BACnetLifeSafetyOpString : STRING Retrieves the textual value representation for the life-safety-operation enumeration. Return: A pointer to the corresponding character text string. InOut: Scope Name Type Comment Return BACnetLifeSafetyOpString STRING Input LifeSafetyOperation IEC_BACNET_LIFE_SAFETY_OPERATION The corresponding enumration value.
BACnetLifeSafetyStateString (FUN) ¶ FUNCTION BACnetLifeSafetyStateString : STRING Retrieves the textual value representation for the life-safety-state enumeration. Return: A pointer to the corresponding character text string. InOut: Scope Name Type Comment Return BACnetLifeSafetyStateString STRING Input LifeSafetyState IEC_BACNET_LIFE_SAFETY_STATE The corresponding enumration value.