Gets the data stored in the packet.

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[] Data { get; }
Visual Basic (Declaration)
Public ReadOnly Property Data As Byte()
Visual C++
public:
property array<unsigned char>^ Data {
	array<unsigned char>^ get ();
}

Field Value

The data stored in the packet.

See Also