|
onboardapi
9.10.0
by Rheinmetall
|
Report the current status of a device. More...
Public Member Functions | |
| ReportDeviceStatus () | |
| ReportDeviceStatus (M_Device::DeviceStatusType const &Status, bool IsRemoved) | |
Public Attributes | |
| M_Device::DeviceStatusType | Status |
| Current status data for device. More... | |
| bool | IsRemoved |
Report the current status of a device.
| M_Device::ReportDeviceStatus::ReportDeviceStatus | ( | ) |
| M_Device::ReportDeviceStatus::ReportDeviceStatus | ( | M_Device::DeviceStatusType const & | Status, |
| bool | IsRemoved | ||
| ) |
| bool M_Device::ReportDeviceStatus::IsRemoved |
Indicates if the status is no longer available. Note: This will always be set to true when a service has been shut down. After this has been set to true, the status will no longer be available to late joiners.
| M_Device::DeviceStatusType M_Device::ReportDeviceStatus::Status |
Current status data for device.