Click or drag to resize

RailDriverExtension Class

Allows access to controller-specific functions LED panel and speaker.
Inheritance Hierarchy
System.Object
  Rewired.Controller.Extension
    Rewired.ControllerExtensions.RailDriverExtension

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 : Controller.Extension, 
	IHIDControllerExtension

The RailDriverExtension type exposes the following members.

Properties
  NameDescription
Public propertycontroller
The parent controller of this extension.
(Inherited from Controller.Extension.)
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