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

The DYNVC_DATA_COMPRESSED PDU is used to send both single messages and blocks of fragmented messages when the data block is compressed.
Inheritance: DataDvcBasePdu
显示文件 Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Methods

Method Description
DataCompressedDvcPdu ( ) : System
DataCompressedDvcPdu ( uint channelId, byte data ) : System
GetNonDataSize ( ) : int

Protected Methods

Method Description
DoMarshal ( PduMarshaler marshaler ) : void
DoUnmarshal ( PduMarshaler marshaler ) : void

Method Details

DataCompressedDvcPdu() public method

public DataCompressedDvcPdu ( ) : System
return System

DataCompressedDvcPdu() public method

public DataCompressedDvcPdu ( uint channelId, byte data ) : System
channelId uint
data byte
return System

DoMarshal() protected method

protected DoMarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
return void

DoUnmarshal() protected method

protected DoUnmarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
return void

GetNonDataSize() public method

public GetNonDataSize ( ) : int
return int