BACnetServiceChoiceToText (FUN)¶
FUNCTION BACnetServiceChoiceToText : STRING
This ia a helper function which get the name-description of the given service choice.
const char* A const pointer to a static buffer which holds the string.
- InOut:
Scope
Name
Type
Comment
Return
BACnetServiceChoiceToText
STRING
Input
serviceChoice
unconfirmed_msg
SINT
unconfirmed_msg = 0 -> type is a value out of CONF_SERV_REQUESTn unconfirmed_msg = 1 -> type is a value out of UNCONF_SERV_REQUESTn unconfirmed_msg = 2 & type < 64 then a value out of CONF_SERV_REQUESTn will be assumedn unconfirmed_msg = 2 & type >= 64 then a value out of UNCONF_SERV_REQUESTn will be assumedn Invalid values will get empty string (“”)