Gets the associated command.

Namespace:  Bespoke.Robotics.BrainStem.Exceptions
Assembly:  Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Packet..::.CommandCodeType CommandCode { get; }
Visual Basic (Declaration)
Public ReadOnly Property CommandCode As Packet..::.CommandCodeType
Visual C++
public:
property Packet..::.CommandCodeType CommandCode {
	Packet..::.CommandCodeType get ();
}

Field Value

The associated command.

See Also