ParentDevice Constructor

Constructor for a device

Definition

Namespace: CTRE.Phoenix6.Hardware
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public ParentDevice(
	int deviceID,
	string model,
	string canbus
)

Parameters

deviceID  Int32
ID of the device
model  String
Model of the device
canbus  String
CANbus the device is on

See Also