Maximum number of bytes that can be transmitted in the data portion of a 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 const int MAX_DATA_BYTES
Visual Basic (Declaration)
Public Const MAX_DATA_BYTES As Integer
Visual C++
public:
literal int MAX_DATA_BYTES

Remarks

The Packet.CommandCode takes up 1 of 8 data bytes.

See Also