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

The client announces the list of devices to redirect on the server.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_2_9.xml
상속: RdpefsPDU
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
DeviceCount uint
DeviceList Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs.DEVICE_ANNOUNCE[]

공개 메소드들

메소드 설명
DR_CORE_DEVICELIST_ANNOUNCE_REQ ( ) : System
Decode ( PduMarshaler marshaler ) : bool
Encode ( PduMarshaler marshaler ) : void

메소드 상세

DR_CORE_DEVICELIST_ANNOUNCE_REQ() 공개 메소드

public DR_CORE_DEVICELIST_ANNOUNCE_REQ ( ) : System
리턴 System

Decode() 공개 메소드

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

Encode() 공개 메소드

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

프로퍼티 상세

DeviceCount 공개적으로 프로퍼티

A common message header. The Component field MUST be set to RDPDR_CTYP_CORE, and the PacketId field MUST be set to PAKID_CORE_DEVICELIST_ANNOUNCE. A 32-bit unsigned integer that specifies the number of items in the DeviceList array.
public uint DeviceCount
리턴 uint

DeviceList 공개적으로 프로퍼티

A variable-length array of DEVICE_ANNOUNCE headers. This field specifies a list of devices that are being announced. The number of entries is specified by the DeviceCount field. There is no alignment padding between individual DEVICE_ANNOUNCE structures. They are ordered sequentially within this packet.
public DEVICE_ANNOUNCE[],Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs DeviceList
리턴 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs.DEVICE_ANNOUNCE[]