C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_INPUT_CAPABILITYSET

The TS_INPUT_CAPABILITYSET structure is used to advertise support for input formats and devices. This capability is sent by both client and server.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_6_1_7.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
capabilitySetType capabilitySetType_Values
imeFileName string
inputFlags inputFlags_Values
keyboardFunctionKey uint
keyboardLayout uint
keyboardSubType uint
keyboardType TS_INPUT_CAPABILITYSET_keyboardType_Values
lengthCapability ushort
pad2octetsA ushort

공개 메소드들

메소드 설명
GetCapabilityType ( ) : capabilitySetType_Values

get the type of this Capability Type

ToBytes ( ) : byte[]

convert this structure to byte array

메소드 상세

GetCapabilityType() 공개 메소드

get the type of this Capability Type
public GetCapabilityType ( ) : capabilitySetType_Values
리턴 capabilitySetType_Values

ToBytes() 공개 메소드

convert this structure to byte array
public ToBytes ( ) : byte[]
리턴 byte[]

프로퍼티 상세

capabilitySetType 공개적으로 프로퍼티

A 16-bit unsigned integer. The type of the capability set. This field MUST be set to CAPSTYPE_INPUT (13).
public capabilitySetType_Values capabilitySetType
리턴 capabilitySetType_Values

imeFileName 공개적으로 프로퍼티

A 64-byte field. Input Method Editor (IME) file name associated with the input locale. This field contains up to 31 Unicode characters plus a null terminator and is only specified in the client Input Capability Set (its contents should correspond with that sent in the Client Core Data).
public string imeFileName
리턴 string

inputFlags 공개적으로 프로퍼티

A 16-bit unsigned integer. Input support flags.
public inputFlags_Values inputFlags
리턴 inputFlags_Values

keyboardFunctionKey 공개적으로 프로퍼티

A 32-bit unsigned integer. Number of function keys on the keyboard. This value is only specified in the client Input Capability Set and should correspond with that sent in the Client Core Data.
public uint keyboardFunctionKey
리턴 uint

keyboardLayout 공개적으로 프로퍼티

A 32-bit unsigned integer. Keyboard layout (active input locale identifier). For a list of possible input locales refer to [MSDN-MUI]. This value is only specified in the client Input Capability Set and should correspond with that sent in the Client Core Data.
public uint keyboardLayout
리턴 uint

keyboardSubType 공개적으로 프로퍼티

A 32-bit unsigned integer. Keyboard subtype (an original equipment manufacturer-dependent value). This value is only specified in the client Input Capability Set and should correspond with that sent in the Client Core Data.
public uint keyboardSubType
리턴 uint

keyboardType 공개적으로 프로퍼티

A 32-bit unsigned integer. Keyboard type.
public TS_INPUT_CAPABILITYSET_keyboardType_Values keyboardType
리턴 TS_INPUT_CAPABILITYSET_keyboardType_Values

lengthCapability 공개적으로 프로퍼티

A 16-bit unsigned integer. The length in bytes of the capability data, including the size of the capabilitySetType and lengthCapability fields.
public ushort lengthCapability
리턴 ushort

pad2octetsA 공개적으로 프로퍼티

A 16-bit unsigned integer. Padding. Values in this field are ignored.
public ushort pad2octetsA
리턴 ushort