C# 클래스 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.
상속: DataDvcBasePdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 메소드들

메소드 설명
DataCompressedDvcPdu ( ) : System
DataCompressedDvcPdu ( uint channelId, byte data ) : System
GetNonDataSize ( ) : int

보호된 메소드들

메소드 설명
DoMarshal ( PduMarshaler marshaler ) : void
DoUnmarshal ( PduMarshaler marshaler ) : void

메소드 상세

DataCompressedDvcPdu() 공개 메소드

public DataCompressedDvcPdu ( ) : System
리턴 System

DataCompressedDvcPdu() 공개 메소드

public DataCompressedDvcPdu ( uint channelId, byte data ) : System
channelId uint
data byte
리턴 System

DoMarshal() 보호된 메소드

protected DoMarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
리턴 void

DoUnmarshal() 보호된 메소드

protected DoUnmarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
리턴 void

GetNonDataSize() 공개 메소드

public GetNonDataSize ( ) : int
리턴 int