Click or drag to resize

RailDriverExtensionSetLEDDisplay Method (Int32, Byte)

Set the LED display one digit at a time.

Namespace:  Rewired.ControllerExtensions
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetLEDDisplay(
	int digitIndex,
	byte digitBitValues
)

Parameters

digitIndex
Type: SystemInt32
Index of the digit to set. [0 - 2]
digitBitValues
Type: SystemByte
A byte containing 8 bits, 1 for each element in the display digit. (Like an old LCD clock, plus a period.)
See Also