| 
    XPMP2
    
   X-Plane multiplayer library 2 - using instancing 
   | 
 
"Beacon of Interest", ie. some message on the multicast just to wake up sender More...
#include <XPMPRemote.h>
 Inheritance diagram for XPMP2::RemoteMsgBeaconTy:Public Member Functions | |
| RemoteMsgBeaconTy () | |
| Constructor sets appropriate message type.  More... | |
  Public Member Functions inherited from XPMP2::RemoteMsgBaseTy | |
| RemoteMsgBaseTy (RemoteMsgTy _ty, std::uint8_t _ver) | |
| Constructor just sets the values.  More... | |
Additional Inherited Members | |
  Public Attributes inherited from XPMP2::RemoteMsgBaseTy | |
| RemoteMsgTy | msgTy: 4 | 
| message type  More... | |
| std::uint8_t | msgVer: 4 | 
| message version  More... | |
| bool | bLocalSender: 1 | 
| is the sender "local", ie. on same machine?  More... | |
| std::uint8_t | filler1: 7 | 
| yet unsed  More... | |
| std::uint16_t | pluginId = 0 | 
| lower 16 bit of the sending plugin's id  More... | |
| std::uint32_t | filler2 = 0 | 
"Beacon of Interest", ie. some message on the multicast just to wake up sender
| XPMP2::RemoteMsgBeaconTy::RemoteMsgBeaconTy | ( | ) | 
Constructor sets appropriate message type.