C# 클래스 Mirror.InputEvent

상속: Mirror.UsbLibrary.InputReport
파일 보기 프로젝트 열기: suan/mirlite 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

InputEvent() 공개 메소드

public InputEvent ( HIDDevice mirrorDevice ) : System
mirrorDevice HIDDevice
리턴 System

ProcessData() 공개 메소드

public ProcessData ( ) : void
리턴 void

ToVersionNumberString() 공개 메소드

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
리턴 string