C# 클래스 OGE.MeasurementStream.BitStream

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

공개 메소드들

메소드 설명
ReadBit ( ) : int
ReadBits4 ( ) : int
ReadBits6 ( ) : int
WriteCode ( int code ) : void
WriteCode4 ( int code, int value ) : void

메소드 상세

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

public abstract ReadBit ( ) : int
리턴 int

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

public abstract ReadBits4 ( ) : int
리턴 int

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

public abstract ReadBits6 ( ) : int
리턴 int

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

public abstract WriteCode ( int code ) : void
code int
리턴 void

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

public abstract WriteCode4 ( int code, int value ) : void
code int
value int
리턴 void