UCI_POST_SettingsCommandMessage¶
- UCI_POST_SettingsCommandMessage inherits UCI_Message
Overview¶
This message allows the user to enable/disable a capability (mode) on a WSF_IRST_SENSOR.
Static Methods¶
- static UCI_POST_SettingsCommandMessage Construct(UCI_CapabilityId aCapabilityId, UCI_CapabilityState aState)¶
This method constructs an instance of an UCI_POST_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.