Class OrganizationWirelessDevicesPacketLossItemDownstream
Packets sent from an AP to a client.
[DataContract]
public class OrganizationWirelessDevicesPacketLossItemDownstream
- Inheritance
-
OrganizationWirelessDevicesPacketLossItemDownstream
- Inherited Members
Constructors
OrganizationWirelessDevicesPacketLossItemDownstream()
public OrganizationWirelessDevicesPacketLossItemDownstream()
Properties
LossPercentage
Percentage of lost packets.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lossPercentage")]
public int LossPercentage { get; set; }
Property Value
Lost
Total packets sent by an AP that did not reach the client.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lost")]
public int Lost { get; set; }
Property Value
Total
Total packets received by a client.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }