UCI_ESM_SettingsCommandMessage¶
- UCI_ESM_SettingsCommandMessage inherits UCI_Message
Overview¶
This message allows the user to enable/disable a capability (mode) on an ESM sensor.
Static Methods¶
- static UCI_ESM_SettingsCommandMessage Construct(UCI_CapabilityId aCapabilityId, UCI_CapabilityState aState)¶
This method constructs an instance of an UCI_ESM_SettingsCommandMessage that will command the capability with the UUID of aCapabilityId to the state, aState. If aState is ENABLE, the capability state will be set to UCI_AVAILABLE. DISABLE will set the capability state to UCI_UNAVAILABLE.