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

Represent a push command.
상속: Command
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
PushCommand ( byte command, byte commonBytes ) : System

Initializes a new instance of the PushCommand class.

메소드 상세

PushCommand() 공개 메소드

Initializes a new instance of the PushCommand class.
public PushCommand ( byte command, byte commonBytes ) : System
command byte The command byte.
commonBytes byte The common bytes pushed by this command.
리턴 System