Fixed UTF-8 passwords for DeviceCommunicationControl to hold up to 20 UTF-8 characters (#767)
This commit is contained in:
committed by
GitHub
parent
b9adcc8097
commit
f4325f00b5
@@ -118,6 +118,8 @@ const char *characterstring_value(const BACNET_CHARACTER_STRING *char_string);
|
||||
BACNET_STACK_EXPORT
|
||||
size_t characterstring_length(const BACNET_CHARACTER_STRING *char_string);
|
||||
BACNET_STACK_EXPORT
|
||||
size_t characterstring_utf8_length(const BACNET_CHARACTER_STRING *str);
|
||||
BACNET_STACK_EXPORT
|
||||
uint8_t characterstring_encoding(const BACNET_CHARACTER_STRING *char_string);
|
||||
BACNET_STACK_EXPORT
|
||||
size_t characterstring_capacity(const BACNET_CHARACTER_STRING *char_string);
|
||||
|
||||
Reference in New Issue
Block a user