Get the id of the lost diode.

Namespace:  MotionTracking
Assembly:  motiontracking (in motiontracking.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property DiodeLostId As Byte
C#
public byte DiodeLostId { get; }
Visual C++
public:
property unsigned char DiodeLostId {
	unsigned char get ();
}
JavaScript
function get_diodeLostId();

See Also