Adds a packet to the end of the collection.

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 int Add(
	Packet packet
)
Visual Basic (Declaration)
Public Function Add ( _
	packet As Packet _
) As Integer
Visual C++
public:
int Add(
	Packet^ packet
)

Parameters

packet
Type: Bespoke.Robotics.BrainStem..::.Packet
The Packet to be added to the end of the collection.

Return Value

The index at which the value has been added.

See Also