Added a copy method for octet strings.

This commit is contained in:
skarg
2006-01-17 15:42:46 +00:00
parent 20ca5bcdbd
commit 23d2d7546b
2 changed files with 12 additions and 0 deletions
+3
View File
@@ -126,6 +126,9 @@ bool octetstring_init(
BACNET_OCTET_STRING *octet_string,
uint8_t *value,
size_t length);
bool octetstring_copy(
BACNET_OCTET_STRING *octet_string_dest,
BACNET_OCTET_STRING *octet_string_src);
/* returns false if the string exceeds capacity */
bool octetstring_append(
BACNET_OCTET_STRING *octet_string,