The two-byte time value

Namespace:  Bespoke.Robotics.BrainStem
Assembly:  Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public byte[] Time { get; }
Visual Basic (Declaration)
Public ReadOnly Property Time As Byte()
Visual C++
public:
property array<unsigned char>^ Time {
	array<unsigned char>^ get ();
}

See Also