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
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
commonHeader SlowPathPduCommonHeader
setKeyBdIndicatorsPduData TS_SET_KEYBOARD_INDICATORS_PDU

Public Methods

Method 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

Method Description
EncodeKeyboardIndicatorsData ( TS_SET_KEYBOARD_INDICATORS_PDU setKeyBdIndicatorsPduData ) : byte[]

Method Details

Clone() public method

public Clone ( ) : StackPacket
return StackPacket

Server_Set_Keyboard_Indicators_Pdu() public method

The constructor of the class with no parameter.
public Server_Set_Keyboard_Indicators_Pdu ( ) : System
return System

Server_Set_Keyboard_Indicators_Pdu() public method

The constructor of the class.
public Server_Set_Keyboard_Indicators_Pdu ( RdpbcgrServerSessionContext severSessionContext ) : System
severSessionContext RdpbcgrServerSessionContext
return System

ToBytes() public method

public ToBytes ( ) : byte[]
return byte[]

Property Details

commonHeader public property

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
return SlowPathPduCommonHeader

setKeyBdIndicatorsPduData public 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
return TS_SET_KEYBOARD_INDICATORS_PDU