C# 클래스 IntelShared.Common.BitRange

파일 보기 프로젝트 열기: 01org/NMPRK 1 사용 예제들

공개 메소드들

메소드 설명
FromString ( string r ) : BitRange
ToString ( ) : string

보호된 메소드들

메소드 설명
BitRange ( ) : System
BitRange ( int stopBit, int startBit ) : System

메소드 상세

BitRange() 보호된 메소드

protected BitRange ( ) : System
리턴 System

BitRange() 보호된 메소드

protected BitRange ( int stopBit, int startBit ) : System
stopBit int
startBit int
리턴 System

FromString() 공개 정적인 메소드

public static FromString ( string r ) : BitRange
r string
리턴 BitRange

ToString() 공개 메소드

public ToString ( ) : string
리턴 string