Class WirelessRfProfileTransmission
Settings related to radio transmission.
[DataContract]
public class WirelessRfProfileTransmission
- Inheritance
-
WirelessRfProfileTransmission
- Inherited Members
Properties
Enabled
Toggle for radio transmission. When false, radios will not transmit at all.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?