Table of Contents

Class OrganizationWirelessDevicesPacketLossItemUpstream

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Packets sent from a client to an AP.

[DataContract]
public class OrganizationWirelessDevicesPacketLossItemUpstream
Inheritance
OrganizationWirelessDevicesPacketLossItemUpstream
Inherited Members

Constructors

OrganizationWirelessDevicesPacketLossItemUpstream()

public OrganizationWirelessDevicesPacketLossItemUpstream()

Properties

LossPercentage

Percentage of lost packets.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lossPercentage")]
public int LossPercentage { get; set; }

Property Value

int

Lost

Total packets sent by a client and did not reach the AP.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lost")]
public int Lost { get; set; }

Property Value

int

Total

Total packets sent by a client to an AP.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }

Property Value

int