Class UplinkUsage
Uplink Usage
[DataContract]
public class UplinkUsage
- Inheritance
-
UplinkUsage
- Inherited Members
Constructors
UplinkUsage()
public UplinkUsage()
Properties
ReceivedBytes
Gets the received bytes
[DataMember(Name = "received")]
public long ReceivedBytes { get; set; }
Property Value
SentBytes
Gets the sent bytes
[DataMember(Name = "sent")]
public long SentBytes { get; set; }
Property Value
Uplink
Gets the uplink
[DataMember(Name = "interface")]
public Uplink Uplink { get; set; }