Click or drag to resize
SS944 Class
Driver for the SainSmart SS944 joystick
Inheritance Hierarchy
SystemObject
  Microsoft.IoT.Devices.InputSS944

Namespace: Microsoft.IoT.Devices.Input
Assembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class SS944 : IThumbstick, 
	IDevice, IClosable, IScheduledDevice, IStringable

The SS944 type exposes the following members.

Constructors
  NameDescription
Public methodSS944
Initializes a new SS944 instance.
Top
Properties
  NameDescription
Public propertyButtonPin
Gets or sets the pin to be used for the button.
Public propertyReportInterval
Gets or sets the current report interval for the thumbstick.
Public propertyXChannel
Gets or sets the ADC channel for the X axis.
Public propertyYChannel
Gets or sets the ADC channel for the Y axis.
Top
Methods
  NameDescription
Public methodClose
Public methodEquals (Inherited from Object.)
Public methodGetCurrentReading
Gets the current thumbstick reading.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventReadingChanged
Occurs each time the thumbstick reports a new reading.
Top
See Also