BaseStatusSignalCopyFrom Method

Copies the contents of the other signal into this signal

Definition

Namespace: CTRE.Phoenix6
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
protected void CopyFrom(
	BaseStatusSignal other
)

Parameters

other  BaseStatusSignal
Other signal to copy contents from

See Also