C# Класс 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
Наследование: RdpbcgrClientPdu
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
commonHeader SlowPathPduCommonHeader
numberEvents ushort
pad2Octets ushort
shareDataHeader TS_SHAREDATAHEADER
slowPathInputEvents Collection

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
EncodeInputPduData ( ) : byte[]

Encode InputPduData

Описание методов

Clone() публичный Метод

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : StackPacket
Результат StackPacket

TS_INPUT_PDU() публичный Метод

The constructor of the class with no parameter.
public TS_INPUT_PDU ( ) : System
Результат System

TS_INPUT_PDU() публичный Метод

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.
Результат System

ToBytes() публичный Метод

Encode this structure into byte array.
public ToBytes ( ) : byte[]
Результат byte[]

Описание свойств

commonHeader публичное свойство

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
Результат SlowPathPduCommonHeader

numberEvents публичное свойство

A 16-bit unsigned integer. The number of slow-path input events packed together in the slowPathInputEvents field.
public ushort numberEvents
Результат ushort

pad2Octets публичное свойство

A 16-bit unsigned integer. Padding. Values in this field are ignored.
public ushort pad2Octets
Результат ushort

shareDataHeader публичное свойство

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
Результат TS_SHAREDATAHEADER

slowPathInputEvents публичное свойство

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
Результат Collection