BaseStatusSignal(DeviceIdentifier, UInt16, String) Constructor

Normal constructor for a BaseStatusSignal.

Definition

Namespace: CTRE.Phoenix6
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
protected BaseStatusSignal(
	DeviceIdentifier deviceIdentifier,
	ushort spn,
	string signalName
)

Parameters

deviceIdentifier  DeviceIdentifier
Identifier of the device this signal is associated to
spn  UInt16
SPN index of this signal
signalName  String
Name of this signal

See Also