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

Méthodes publiques

Свойство Type Description
DeviceCount uint
DeviceList Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs.DEVICE_ANNOUNCE[]

Méthodes publiques

Méthode Description
DR_CORE_DEVICELIST_ANNOUNCE_REQ ( ) : System
Decode ( PduMarshaler marshaler ) : bool
Encode ( PduMarshaler marshaler ) : void

Method Details

DR_CORE_DEVICELIST_ANNOUNCE_REQ() public méthode

public DR_CORE_DEVICELIST_ANNOUNCE_REQ ( ) : System
Résultat System

Decode() public méthode

public Decode ( PduMarshaler marshaler ) : bool
marshaler PduMarshaler
Résultat bool

Encode() public méthode

public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Résultat 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
Résultat 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
Résultat Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs.DEVICE_ANNOUNCE[]