Initializes a new instance of the PacketCollection class.

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 PacketCollection(
	Packet[] packetArray
)
Visual Basic (Declaration)
Public Sub New ( _
	packetArray As Packet() _
)
Visual C++
public:
PacketCollection(
	array<Packet^>^ packetArray
)

Parameters

packetArray
Type: array< Bespoke.Robotics.BrainStem..::.Packet >[]()[]
An array of packets to populate the collection with.

See Also