C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_INPUT_PDU

The slow-path Input Event PDU is used to transmit input events from client to server.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_7_1_1_3.xml
Inheritance: RdpbcgrClientPdu
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
commonHeader SlowPathPduCommonHeader
numberEvents ushort
pad2Octets ushort
shareDataHeader TS_SHAREDATAHEADER
slowPathInputEvents Collection

Méthodes publiques

Méthode Description
Clone ( ) : StackPacket

Create an instance of the class that is identical to the current PDU.

TS_INPUT_PDU ( ) : System

The constructor of the class with no parameter.

TS_INPUT_PDU ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext clientContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Encode this structure into byte array.

Private Methods

Méthode Description
EncodeInputPduData ( ) : byte[]

Encode InputPduData

Method Details

Clone() public méthode

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : StackPacket
Résultat StackPacket

TS_INPUT_PDU() public méthode

The constructor of the class with no parameter.
public TS_INPUT_PDU ( ) : System
Résultat System

TS_INPUT_PDU() public méthode

The constructor of the class.
public TS_INPUT_PDU ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext clientContext ) : System
clientContext Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext Specify the context.
Résultat System

ToBytes() public méthode

Encode this structure into byte array.
public ToBytes ( ) : byte[]
Résultat byte[]

Property Details

commonHeader public_oe property

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
Résultat SlowPathPduCommonHeader

numberEvents public_oe property

A 16-bit unsigned integer. The number of slow-path input events packed together in the slowPathInputEvents field.
public ushort numberEvents
Résultat ushort

pad2Octets public_oe property

A 16-bit unsigned integer. Padding. Values in this field are ignored.
public ushort pad2Octets
Résultat ushort

shareDataHeader public_oe property

Share Data Header containing information about the packet. The type subfield of the pduType field of the Share Control Header MUST be set to PDUTYPE_DATAPDU (7). The pduType2 field of the Share Data Header MUST be set to PDUTYPE2_INPUT (28).
public TS_SHAREDATAHEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr shareDataHeader
Résultat TS_SHAREDATAHEADER

slowPathInputEvents public_oe property

A collection of slow-path input events to be processed by the server. The number of events present in this array is given by the numberEvents field.
public Collection slowPathInputEvents
Résultat Collection