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
MemberDescription
uEventIDThis is the ID of the event when the event has been subscribed to.
rgDataThis 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.