SIMCONNECT_RECV_COMM_BUS
The SIMCONNECT_RECV_COMM_BUS structure is used to hold data from an event subscribed to using SimConnect_SubscribeToCommBusEvent.
Syntax
struct SIMCONNECT_RECV_COMM_BUS : public SIMCONNECT_RECV_LIST_TEMPLATE
{
DWORD uEventID;
SIMCONNECT_STRINGV(rgData);
};
Members
| Member | Description |
|---|---|
uEventID | This is the ID of the event when the event has been subscribed to. |
rgData | This is the date received when the event has been called. |
Remarks
This struct may be sent several times for a single event in those cases where the event data is larger than the maximum packate size.