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

The DYNVC_DATA_FIRST_COMPRESSED PDU is used to send the first block of data of a fragmented message when the data block is compressed.
Inheritance: DataDvcBasePdu
Mostra file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Methods

Method Description
DataFirstCompressedDvcPdu ( ) : System
DataFirstCompressedDvcPdu ( uint channelId, uint length, byte data ) : System

Construct the DataFirstCompressedDvcPdu

GetNonDataSize ( ) : int

Protected Methods

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

Method Details

DataFirstCompressedDvcPdu() public method

public DataFirstCompressedDvcPdu ( ) : System
return System

DataFirstCompressedDvcPdu() public method

Construct the DataFirstCompressedDvcPdu
public DataFirstCompressedDvcPdu ( uint channelId, uint length, byte data ) : System
channelId uint channelId
length uint length for the total uncompressed data length
data byte The co
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