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

The Set Keyboard IME Status PDU is sent by the server when the user session employs input method editors (IMEs) and is used to set the IME state. This PDU is accepted and ignored by non-IME aware clients.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_7_2_2.xml
Inheritance: RdpbcgrServerPdu
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
commonHeader SlowPathPduCommonHeader
setKeyBdImeStatusPduData TS_SET_KEYBOARD_IME_STATUS_PDU

Public Methods

Method Description
Clone ( ) : StackPacket
Server_Set_Keyboard_IME_Status_Pdu ( ) : System

The constructor of the class with no parameter.

Server_Set_Keyboard_IME_Status_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Private Methods

Method Description
EncodeKeyboardImeData ( TS_SET_KEYBOARD_IME_STATUS_PDU setKeyBdImeStatusPduData ) : byte[]

Method Details

Clone() public method

public Clone ( ) : StackPacket
return StackPacket

Server_Set_Keyboard_IME_Status_Pdu() public method

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

Server_Set_Keyboard_IME_Status_Pdu() public method

The constructor of the class.
public Server_Set_Keyboard_IME_Status_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext Specify the session context.
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

setKeyBdImeStatusPduData public property

The actual contents of the Set Keyboard IME Status PDU, as specified in section .
public TS_SET_KEYBOARD_IME_STATUS_PDU,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr setKeyBdImeStatusPduData
return TS_SET_KEYBOARD_IME_STATUS_PDU