Table of Contents

Class LiveToolsCableTestResultResultPair

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

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

int

LengthMeters

The detected length of the twisted pair.

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

Property Value

int

Status

The test result of the twisted pair tested.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }

Property Value

string