Class LiveToolsCableTestResultResultPair
Live Tools Cable Test ResultResult Pair
[DataContract]
public class LiveToolsCableTestResultResultPair
- Inheritance
-
LiveToolsCableTestResultResultPair
- Inherited Members
Properties
Index
The index of the twisted pair tested.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "index")]
public int Index { get; set; }
Property Value
LengthMeters
The detected length of the twisted pair.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lengthMeters")]
public int LengthMeters { get; set; }
Property Value
Status
The test result of the twisted pair tested.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }