Table of Contents

Class OrganizationWirelessDevicesPacketLossItemDownstream

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

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

int

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

int

Total

Total packets received by a client.

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

Property Value

int