Gets the data stored in the packet.
Namespace:
Bespoke.Robotics.BrainStemAssembly: 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 (); } |