Gets the direction of 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 Packet..::.DirectionType Direction { get; }
Visual Basic (Declaration)
Public ReadOnly Property Direction As Packet..::.DirectionType
Visual C++
public:
property Packet..::.DirectionType Direction {
	Packet..::.DirectionType get ();
}

Field Value

The direction of the packet.

See Also