C# 클래스 LitDev.IOWDevice

파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
handle System.IntPtr
id uint
name string
pid uint
reportSize uint
sn StringBuilder
specialReportSize uint
version uint

공개 메소드들

메소드 설명
IOWDevice ( uint id ) : System
Read ( uint channel, byte buffer, bool bBlocking, uint length ) : uint
Write ( uint channel, byte buffer, uint length ) : uint

메소드 상세

IOWDevice() 공개 메소드

public IOWDevice ( uint id ) : System
id uint
리턴 System

Read() 공개 메소드

public Read ( uint channel, byte buffer, bool bBlocking, uint length ) : uint
channel uint
buffer byte
bBlocking bool
length uint
리턴 uint

Write() 공개 메소드

public Write ( uint channel, byte buffer, uint length ) : uint
channel uint
buffer byte
length uint
리턴 uint

프로퍼티 상세

handle 공개적으로 프로퍼티

public IntPtr,System handle
리턴 System.IntPtr

id 공개적으로 프로퍼티

public uint id
리턴 uint

name 공개적으로 프로퍼티

public string name
리턴 string

pid 공개적으로 프로퍼티

public uint pid
리턴 uint

reportSize 공개적으로 프로퍼티

public uint reportSize
리턴 uint

sn 공개적으로 프로퍼티

public StringBuilder sn
리턴 StringBuilder

specialReportSize 공개적으로 프로퍼티

public uint specialReportSize
리턴 uint

version 공개적으로 프로퍼티

public uint version
리턴 uint