Click or drag to resize

RailDriverExtension Class

Allows access to controller-specific functions LED panel and speaker.
Inheritance Hierarchy
SystemObject
  RewiredControllerExtension
    Rewired.ControllerExtensionsRailDriverExtension

Namespace: Rewired.ControllerExtensions
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class RailDriverExtension : ControllerExtension, 
	IHIDControllerExtension

The RailDriverExtension type exposes the following members.

Properties
 NameDescription
Public propertycontroller The parent controller of this extension.
(Inherited from ControllerExtension)
Public propertyspeakerEnabled Enable or disable speaker.
Top
Methods
 NameDescription
Public methodSetLEDDisplay(Int32, Byte) Set the LED display one digit at a time.
Public methodSetLEDDisplay(Byte, Byte, Byte) Set all 3 digits of the the LED display.
Top
See Also