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

Méthodes publiques

Méthode Description
DataCompressedDvcPdu ( ) : System
DataCompressedDvcPdu ( uint channelId, byte data ) : System
GetNonDataSize ( ) : int

Méthodes protégées

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

Method Details

DataCompressedDvcPdu() public méthode

public DataCompressedDvcPdu ( ) : System
Résultat System

DataCompressedDvcPdu() public méthode

public DataCompressedDvcPdu ( uint channelId, byte data ) : System
channelId uint
data byte
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