Feature/add who am i and you are services (#1024)
* Added Who-Am-I-Request encoding, decoding, unit tests, and command line application bacwhoami. * Added You-Are-Request encoding, decoding, unit tests, and command line application bacyouare. * Added Who-Am-I with Who-Is and You-Are handling into the example server application when run as device 4194303.
This commit is contained in:
@@ -376,6 +376,10 @@ int bacapp_snprintf_value(
|
||||
char *str,
|
||||
size_t str_len,
|
||||
const BACNET_OBJECT_PROPERTY_VALUE *object_value);
|
||||
int bacapp_snprintf_octet_string(
|
||||
char *str, size_t str_len, const BACNET_OCTET_STRING *value);
|
||||
int bacapp_snprintf_character_string(
|
||||
char *str, size_t str_len, const BACNET_CHARACTER_STRING *value);
|
||||
|
||||
BACNET_STACK_EXPORT
|
||||
bool bacapp_channel_value_copy(
|
||||
|
||||
Reference in New Issue
Block a user