C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.Header

Header bitmask fields
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 메소드들

메소드 설명
Header ( Cmd_Values cmd, int sp, cbChId_Values cbChId ) : System

Marshal constructor

Header ( byte data ) : System

Unmarshal constructor.

메소드 상세

Header() 공개 메소드

Marshal constructor
public Header ( Cmd_Values cmd, int sp, cbChId_Values cbChId ) : System
cmd Cmd_Values Cmd field
sp int SP field
cbChId cbChId_Values cbChId field
리턴 System

Header() 공개 메소드

Unmarshal constructor.
public Header ( byte data ) : System
data byte raw data to be unmarshaled.
리턴 System