C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs.RDPDR_HEADER

This header is present at the beginning of every message in this protocol. The purpose of this header is to describe the type of the message.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_1_1.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Component Component_Values
PacketId PacketId_Values

공개 메소드들

메소드 설명
Decode ( PduMarshaler marshaler ) : void
Encode ( PduMarshaler marshaler ) : void
RDPDR_HEADER ( ) : System
RDPDR_HEADER ( Component_Values component, PacketId_Values packetId ) : System

메소드 상세

Decode() 공개 메소드

public Decode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
리턴 void

Encode() 공개 메소드

public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
리턴 void

RDPDR_HEADER() 공개 메소드

public RDPDR_HEADER ( ) : System
리턴 System

RDPDR_HEADER() 공개 메소드

public RDPDR_HEADER ( Component_Values component, PacketId_Values packetId ) : System
component Component_Values
packetId PacketId_Values
리턴 System

프로퍼티 상세

Component 공개적으로 프로퍼티

A 16-bit unsigned integer that identifies the component to which the packet is sent. This field MUST be set to one of the following values.
public Component_Values Component
리턴 Component_Values

PacketId 공개적으로 프로퍼티

A 16-bit unsigned integer. The PacketId field is a unique ID that identifies the packet function. This field MUST be set to one of the following values.
public PacketId_Values PacketId
리턴 PacketId_Values