IEC_BACNET_BUFFER (STRUCT)ΒΆ
TYPE IEC_BACNET_BUFFER : STRUCT
Commonly used structure for storing property and service data purposes.
Different complex structures like ::BACNET_PROPERTY_CONTENTS which need to store specific values with known or unknown size will use this structure.
- InOut:
Name
Type
Comment
pBuffer
POINTER TO IEC_BACNET_BYTE
Pointer to buffer with data provided by the application or returned by the BACnet API.
nBufferSize
Size of the buffer in Bytes pointed to by pBuffer.