Gets the length of the data stored in the packet + 1 byte for the command.
Namespace:
Bespoke.Robotics.BrainStemAssembly: Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public int Length { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Length As Integer |
| Visual C++ |
|---|
public: property int Length { int get (); } |