C# 클래스 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
상속: RdpbcgrServerPdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
commonHeader SlowPathPduCommonHeader
setKeyBdIndicatorsPduData TS_SET_KEYBOARD_INDICATORS_PDU

공개 메소드들

메소드 설명
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[]

비공개 메소드들

메소드 설명
EncodeKeyboardIndicatorsData ( TS_SET_KEYBOARD_INDICATORS_PDU setKeyBdIndicatorsPduData ) : byte[]

메소드 상세

Clone() 공개 메소드

public Clone ( ) : StackPacket
리턴 StackPacket

Server_Set_Keyboard_Indicators_Pdu() 공개 메소드

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

Server_Set_Keyboard_Indicators_Pdu() 공개 메소드

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

ToBytes() 공개 메소드

public ToBytes ( ) : byte[]
리턴 byte[]

프로퍼티 상세

commonHeader 공개적으로 프로퍼티

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

setKeyBdIndicatorsPduData 공개적으로 프로퍼티

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
리턴 TS_SET_KEYBOARD_INDICATORS_PDU