C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.Header

Header bitmask fields
ファイルを表示 Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Methods

Method Description
Header ( Cmd_Values cmd, int sp, cbChId_Values cbChId ) : System

Marshal constructor

Header ( byte data ) : System

Unmarshal constructor.

Method Details

Header() public method

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
return System

Header() public method

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