Orchestra(ParentDevice) Constructor

Constructor for a new Orchestra using the given instruments.

Definition

Namespace: CTRE.Phoenix6
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public Orchestra(
	params ParentDevice[] instruments
)

Parameters

instruments  ParentDevice
A collection of devices that will be used as instruments in the orchestra.

See Also