Class DevicesWirelessRadioAfcPositionResponse
Devices wireless radio AFC position response
[DataContract]
public class DevicesWirelessRadioAfcPositionResponse
- Inheritance
-
DevicesWirelessRadioAfcPositionResponse
- Inherited Members
Constructors
DevicesWirelessRadioAfcPositionResponse()
public DevicesWirelessRadioAfcPositionResponse()
Properties
Elevation
Height attributes
[DataMember(Name = "elevation")]
public DevicesWirelessRadioAfcPositionElevation? Elevation { get; set; }
Property Value
Gps
GPS attributes
[DataMember(Name = "gps")]
public DevicesWirelessRadioAfcPositionGps? Gps { get; set; }
Property Value
Name
Name of device
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
Network
Network of device
[DataMember(Name = "network")]
public DevicesWirelessRadioAfcPositionNetwork? Network { get; set; }
Property Value
Serial
Serial of device
[DataMember(Name = "serial")]
public string? Serial { get; set; }