C# Class 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
Inheritance: RdpbcgrServerPdu
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
commonHeader SlowPathPduCommonHeader
setKeyBdIndicatorsPduData TS_SET_KEYBOARD_INDICATORS_PDU

Méthodes publiques

Méthode Description
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[]

Private Methods

Méthode Description
EncodeKeyboardIndicatorsData ( TS_SET_KEYBOARD_INDICATORS_PDU setKeyBdIndicatorsPduData ) : byte[]

Method Details

Clone() public méthode

public Clone ( ) : StackPacket
Résultat StackPacket

Server_Set_Keyboard_Indicators_Pdu() public méthode

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

Server_Set_Keyboard_Indicators_Pdu() public méthode

The constructor of the class.
public Server_Set_Keyboard_Indicators_Pdu ( RdpbcgrServerSessionContext severSessionContext ) : System
severSessionContext RdpbcgrServerSessionContext
Résultat System

ToBytes() public méthode

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

setKeyBdIndicatorsPduData public_oe property

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
Résultat TS_SET_KEYBOARD_INDICATORS_PDU