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
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Méthode Description
DataFirstCompressedDvcPdu ( ) : System
DataFirstCompressedDvcPdu ( uint channelId, uint length, byte data ) : System

Construct the DataFirstCompressedDvcPdu

GetNonDataSize ( ) : int

Méthodes protégées

Méthode Description
DoMarshal ( PduMarshaler marshaler ) : void
DoUnmarshal ( PduMarshaler marshaler ) : void

Method Details

DataFirstCompressedDvcPdu() public méthode

public DataFirstCompressedDvcPdu ( ) : System
Résultat System

DataFirstCompressedDvcPdu() public méthode

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
Résultat System

DoMarshal() protected méthode

protected DoMarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Résultat void

DoUnmarshal() protected méthode

protected DoUnmarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Résultat void

GetNonDataSize() public méthode

public GetNonDataSize ( ) : int
Résultat int