Table of Contents

Class DeviceIdentifier

Namespace
CTRE.Phoenix6.Hardware
Assembly
Phoenix6.Hardware.dll
public sealed class DeviceIdentifier
Inheritance
DeviceIdentifier
Inherited Members

Constructors

DeviceIdentifier()

public DeviceIdentifier()

DeviceIdentifier(int, string, CANBus)

public DeviceIdentifier(int deviceId, string model, CANBus canbus)

Parameters

deviceId int
model string
canbus CANBus

Properties

DeviceHash

public uint DeviceHash { get; }

Property Value

uint

DeviceID

public int DeviceID { get; }

Property Value

int

Model

public string Model { get; }

Property Value

string

Network

public CANBus Network { get; }

Property Value

CANBus

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.