C# Class 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
Inheritance: RdpefsPDU
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
DeviceCount uint
DeviceList Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs.DEVICE_ANNOUNCE[]

Public Methods

Method Description
DR_CORE_DEVICELIST_ANNOUNCE_REQ ( ) : System
Decode ( PduMarshaler marshaler ) : bool
Encode ( PduMarshaler marshaler ) : void

Method Details

DR_CORE_DEVICELIST_ANNOUNCE_REQ() public method

public DR_CORE_DEVICELIST_ANNOUNCE_REQ ( ) : System
return System

Decode() public method

public Decode ( PduMarshaler marshaler ) : bool
marshaler PduMarshaler
return bool

Encode() public method

public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
return void

Property Details

DeviceCount public_oe property

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
return uint

DeviceList public_oe property

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
return Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs.DEVICE_ANNOUNCE[]