EVT_BACNET_WHOIS (STRUCT)¶
TYPE EVT_BACNET_WHOIS : STRUCT
Receives a WhoIs request
- InOut:
- Name - Type - Comment - pCBStatus- POINTER TO IEC_BACNET_CB_STATUS - CB-Status returned for the event. “Default” processes the standard APIs reaction, which needs no additional Callback-Signalling - phTransaction- POINTER TO BYTE - This is the Transaction State Machine (TSM) handle for the current service request. It is generated by the BACnet API and is the first parameter given to the Hook- Completion functions. - sourceAddress- POINTER TO IEC_BACNET_ADDRESS - This is the MAC address of the BACnet addressed device from which the request has been sent. - destinationAddress- POINTER TO IEC_BACNET_ADDRESS - This is the MAC address of the device constructed by the application which has received the request. - pServiceInfo- POINTER TO IEC_BACNET_WHO_IS_INFO - A pointer to a data structure which contains all service parameters this service provides and the application needs to process. 
