DeviceIdentifier(Int32, String, String) Constructor

Initializes a new instance of the DeviceIdentifier class

Definition

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

Parameters

deviceId  Int32

[Missing <param name="deviceId"/> documentation for "M:CTRE.Phoenix6.Hardware.DeviceIdentifier.#ctor(System.Int32,System.String,System.String)"]

model  String

[Missing <param name="model"/> documentation for "M:CTRE.Phoenix6.Hardware.DeviceIdentifier.#ctor(System.Int32,System.String,System.String)"]

canbus  String

[Missing <param name="canbus"/> documentation for "M:CTRE.Phoenix6.Hardware.DeviceIdentifier.#ctor(System.Int32,System.String,System.String)"]

See Also