C# Class Mirror.InputEvent

Inheritance: Mirror.UsbLibrary.InputReport
Show file Open project: suan/mirlite Class Usage Examples

Public Methods

Method Description
InputEvent ( HIDDevice mirrorDevice ) : System
ProcessData ( ) : void
ToVersionNumberString ( ) : string

Parses version number string from data. Versio number consists of 48 bits where 12 bits is always assigned to each number; major, minor, version and build. This convention is based on screenshot at http://2.bp.blogspot.com/_NcFT1bJ_drE/SPRnEuvht3I/AAAAAAAABek/GIx05u3bGz8/s1600-h/MirrorFactoryTestTool.jpg each part of version number is based on three bits.

Method Details

InputEvent() public method

public InputEvent ( HIDDevice mirrorDevice ) : System
mirrorDevice HIDDevice
return System

ProcessData() public method

public ProcessData ( ) : void
return void

ToVersionNumberString() public method

Parses version number string from data. Versio number consists of 48 bits where 12 bits is always assigned to each number; major, minor, version and build. This convention is based on screenshot at http://2.bp.blogspot.com/_NcFT1bJ_drE/SPRnEuvht3I/AAAAAAAABek/GIx05u3bGz8/s1600-h/MirrorFactoryTestTool.jpg each part of version number is based on three bits.
public ToVersionNumberString ( ) : string
return string