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
pBufferPOINTER TO IEC_BACNET_BYTE
Pointer to buffer with data provided by the application or returned by the BACnet API.
nBufferSizeSize of the buffer in Bytes pointed to by pBuffer.