C# 클래스 HidSharp.Platform.MacOS.MacHidStream

상속: HidStream
파일 보기 프로젝트 열기: arvydas/BlinkStickDotNet 1 사용 예제들

공개 메소드들

메소드 설명
GetFeature ( byte buffer, int offset, int count ) : void
Read ( byte buffer, int offset, int count ) : int
SetFeature ( byte buffer, int offset, int count ) : void
Write ( byte buffer, int offset, int count ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
HandleFree ( ) : void
Init ( NativeMethods path, MacHidDevice device ) : void
MacHidStream ( ) : System
ReadThread ( ) : void
ReadThreadCallback ( IntPtr context, NativeMethods result, IntPtr sender, NativeMethods type, uint reportID, IntPtr report, IntPtr reportLength ) : void
ReadThreadEnqueue ( Queue queue, byte report ) : void
WriteThread ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetFeature() 공개 메소드

public GetFeature ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

SetFeature() 공개 메소드

public SetFeature ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void

Write() 공개 메소드

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void