Click or drag to resize

DeviceManager Class

This class manages ScripTouch devices.
Inheritance Hierarchy
SystemObject
  ProScriptDeviceManager

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public sealed class DeviceManager

The DeviceManager type exposes the following members.

Constructors
  NameDescription
Public methodDeviceManager
Initializes a new instance of the DeviceManager class
Top
Methods
  NameDescription
Public methodStatic memberDestroy
Destroys the ProScript library, call this prior to unloading. Don't call anything after calling this.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGetAttachedDevices
This method will return any and all attached ScripTouch devices.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetLibraryBuildDateString
This method returns the version of the ProScript library as a date string.
Public methodStatic memberGetLibraryVersion
This method returns the version of the native ProScript library as a string.
Public methodStatic memberGetLibraryVersionMajor
This method returns the major version of the native ProScript library.
Public methodStatic memberGetLibraryVersionMinor
This method returns the minor version of the native ProScript library.
Public methodStatic memberGetLibraryVersionRelease
This method returns the release version of the native ProScript library.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInitialize
Initializes the library, only required if you destroy.
Public methodStatic memberRegisterDeviceListener
This method registers a new device listener for added and removed devices. Do not attempt to register or unregister device listeners within the listener callback.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUnregisterDeviceListener
This method unregisters an existing device listener for added and removed devices. Do not attempt to register or unregister device listeners within the listener callback.
Top
See Also