OrchestraAddInstrument(ParentDevice) Method

Adds an instrument to the orchestra

Definition

Namespace: CTRE.Phoenix6
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public StatusCode AddInstrument(
	ParentDevice instrument
)

Parameters

instrument  ParentDevice
The device to add to the orchestra

Return Value

StatusCode
Status code of adding the device

See Also