C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Server_Set_Keyboard_Indicators_Pdu

The Set Keyboard Indicators PDU is sent by the server to synchronize the state of the keyboard toggle keys (Scroll Lock, Num Lock, and so on). It is similar in operation to the Client Synchronize Input Event Notification (see sections and ), but flows in the opposite direction.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_7_2_1.xml
Наследование: RdpbcgrServerPdu
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
commonHeader SlowPathPduCommonHeader
setKeyBdIndicatorsPduData TS_SET_KEYBOARD_INDICATORS_PDU

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

Метод Описание
Clone ( ) : StackPacket
Server_Set_Keyboard_Indicators_Pdu ( ) : System

The constructor of the class with no parameter.

Server_Set_Keyboard_Indicators_Pdu ( RdpbcgrServerSessionContext severSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

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

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

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

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

public Clone ( ) : StackPacket
Результат StackPacket

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

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

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

The constructor of the class.
public Server_Set_Keyboard_Indicators_Pdu ( RdpbcgrServerSessionContext severSessionContext ) : System
severSessionContext RdpbcgrServerSessionContext
Результат System

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

public ToBytes ( ) : byte[]
Результат byte[]

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

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

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

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

The actual contents of the Set Keyboard Indicators PDU, as specified in section .
public TS_SET_KEYBOARD_INDICATORS_PDU,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr setKeyBdIndicatorsPduData
Результат TS_SET_KEYBOARD_INDICATORS_PDU