Gets the associated message packet.

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 MessagePacket { get; }
Visual Basic (Declaration)
Public ReadOnly Property MessagePacket As Packet
Visual C++
public:
property Packet^ MessagePacket {
	Packet^ get ();
}

Field Value

The associated message packet.

See Also