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

Méthodes publiques

Свойство Type Description
commonHeader SlowPathPduCommonHeader
setKeyBdImeStatusPduData TS_SET_KEYBOARD_IME_STATUS_PDU

Méthodes publiques

Méthode 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

Méthode Description
EncodeKeyboardImeData ( TS_SET_KEYBOARD_IME_STATUS_PDU setKeyBdImeStatusPduData ) : byte[]

Method Details

Clone() public méthode

public Clone ( ) : StackPacket
Résultat StackPacket

Server_Set_Keyboard_IME_Status_Pdu() public méthode

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

Server_Set_Keyboard_IME_Status_Pdu() public méthode

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

setKeyBdImeStatusPduData public_oe 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
Résultat TS_SET_KEYBOARD_IME_STATUS_PDU