C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCFXICS.Command

Represents a command in GLOBSET serialization.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

보호된 메소드들

메소드 설명
CheckCommand ( byte command, byte low, byte high ) : bool

Indicate whether the command byte is in an interval.

Command ( byte command, byte low, byte high ) : System

Initializes a new instance of the Command class.

메소드 상세

CheckCommand() 보호된 메소드

Indicate whether the command byte is in an interval.
protected CheckCommand ( byte command, byte low, byte high ) : bool
command byte The command byte.
low byte Low value of the interval.
high byte High value of the interval.
리턴 bool

Command() 보호된 메소드

Initializes a new instance of the Command class.
protected Command ( byte command, byte low, byte high ) : System
command byte The command byte.
low byte Low value of the command byte interval.
high byte High value of the command byte interval.
리턴 System