C# 클래스 X13.Periphery.TWIDriver.TWICommon

파일 보기 프로젝트 열기: X13home/X13.Host

보호된 프로퍼티들

프로퍼티 타입 설명
_rand System.Random

공개 메소드들

메소드 설명
Poll ( byte &buf ) : bool
Recv ( byte buf ) : bool
Reset ( ) : void
VarChanged ( Topic snd, bool delete ) : bool

비공개 메소드들

메소드 설명
TWICommon ( ) : System

메소드 상세

Poll() 공개 추상적인 메소드

public abstract Poll ( byte &buf ) : bool
buf byte
리턴 bool

Recv() 공개 추상적인 메소드

public abstract Recv ( byte buf ) : bool
buf byte
리턴 bool

Reset() 공개 추상적인 메소드

public abstract Reset ( ) : void
리턴 void

VarChanged() 공개 추상적인 메소드

public abstract VarChanged ( Topic snd, bool delete ) : bool
snd Topic
delete bool
리턴 bool

프로퍼티 상세

_rand 보호되어 있는 정적으로 프로퍼티

protected static Random,System _rand
리턴 System.Random