IEC_BACNET_OCTET_STRING (STRUCT)ΒΆ
TYPE IEC_BACNET_OCTET_STRING : STRUCT
Structure for representing the BACnetOctetString type
An Octet String is a BACnet primitive datatype. A Property Contents containing data of this type will have its tag equal to DATA_TYPE_OCTET_STRING. An Octet String is an array of bytes. A an application provides a fixed size buffer to store the Octet String. The actual length of the Octet String is indicated by the octetCount attribute.
- InOut:
- Name - Type - Comment - octetString- Buffer containing the octet string - octetCount- number of octets in buffer 
