EVT_BACNET_DATABASE_DUMP (STRUCT)ΒΆ
TYPE EVT_BACNET_DATABASE_DUMP : STRUCT
Declaration for the object dump callback.
This is the type declaration for the callback which has to be provided by the user application. It is called by the ::BACnetDumpDeviceDatabase function for each objects property which the application has specified.
Return: True if the dump loop shall continue, False if it shall stop.
- InOut:
Name
Type
Comment
pCBReturn
POINTER TO IEC_BACNET_BOOLEAN
Return for the event True if the dump loop shall continue, False if it shall stop.
pInfo
POINTER TO IEC_BACNET_DATABASE_INFO
A pointer to the information about the object property dumped.
pUser
POINTER TO IEC_BACNET_BYTE
This is the same pointer which the application has provided by the call to ::BACnetDumpDeviceDatabase.