![]() |
VR-Forces 4.2 Class Documentation
|
Admin Messages are a type of radio message that are sent between entities, and between entities and GUIs.
These messages are for simulation administration purposes, and do not fall into any of Set Data Request, Task, Report, or Command categories. For example, requests for the available tasks and formations, as well as the responses to those requests, use Admin Messages.
DtAdminContent is the abstract base class from which all admin message types are derived, and they are placed inside the DtAdminMessage class for transportation. This is a subclass of DtVrfObjectMessage and can be sent using the same transport mechanisms as all other inter-entity communication messages