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

The TS_SET_KEYBOARD_IME_STATUS_PDU structure contains the actual contents of the Set Keyboard IME Status PDU. On RDP 5.0 and later clients the latter two fields are used as input parameters to a Fujitsu Oyayubi specific IME control function of East Asia IME clients.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_7_2_2_1.xml
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
ImeConvMode uint
ImeState uint
UnitId ushort
shareDataHeader TS_SHAREDATAHEADER

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

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

A 32-bit unsigned integer. Indicates the IME conversion status.
public uint ImeConvMode
Результат uint

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

A 32-bit unsigned integer. Indicates the open or close state of the IME.
public uint ImeState
Результат uint

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

A 16-bit unsigned integer. The unit identifier for which the IME message is intended. This field SHOULD be ignored by the client and as a consequence SHOULD be set to 0 by the server.
public ushort UnitId
Результат ushort

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

Share Data Header containing information about the packet. The type subfield of the pduType field of the Share Control Header MUST be set to PDUTYPE_DATAPDU (7). The pduType2 field of the Share Data Header MUST be set to PDUTYPE2_SET_KEYBOARD_IME_STATUS (45).
public TS_SHAREDATAHEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr shareDataHeader
Результат TS_SHAREDATAHEADER