IEC_BACNET_BUFFER
(STRUCT)
TYPE IEC_BACNET_BUFFER : STRUCT
Commonly used structure for storing 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 BACnet API.
nBufferSize
Size of the buffer in Bytes pointed to by pBuffer.