Class FailedConnection
Failed Connection
[DataContract]
public class FailedConnection
- Inheritance
-
FailedConnection
- Inherited Members
Constructors
FailedConnection()
public FailedConnection()
Properties
ClientMac
Gets the client mac
[DataMember(Name = "clientMac")]
public string ClientMac { get; set; }
Property Value
FailureStep
Gets the failure step
[DataMember(Name = "failureStep")]
public string FailureStep { get; set; }
Property Value
Serial
Gets the serial
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
SsidNumber
Gets the ssid number
[DataMember(Name = "ssidNumber")]
public int SsidNumber { get; set; }
Property Value
Ts
Gets the ts
[DataMember(Name = "ts")]
public DateTime Ts { get; set; }
Property Value
Type
Gets the type
[DataMember(Name = "type")]
public string Type { get; set; }
Property Value
Vlan
Gets the vlan
[DataMember(Name = "vlan")]
public int Vlan { get; set; }