EVT_BACNET_WHOIS (STRUCT)¶
TYPE EVT_BACNET_WHOIS : STRUCT
Receives a WhoIs request
- InOut:
Name
Type
Comment
pCBStatusPOINTER TO IEC_BACNET_CB_STATUS
CB-Status returned for the event. “Default” processes the standard APIs reaction, which needs no additional Callback-Signalling
phTransactionPOINTER 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.
sourceAddressPOINTER TO IEC_BACNET_ADDRESS
This is the MAC address of the BACnet addressed device from which the request has been sent.
destinationAddressPOINTER TO IEC_BACNET_ADDRESS
This is the MAC address of the device constructed by the application which has received the request.
pServiceInfoPOINTER 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.