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

The LICENSE_ERROR_MESSAGE structure is used to indicate that an error occurred during the licensing protocol. Alternatively, it is also used to notify the peer of important status information.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_12_3.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bbErrorInfo LICENSE_BINARY_BLOB
dwErrorCode dwErrorCode_Values
dwStateTransition dwStateTransition_Values

프로퍼티 상세

bbErrorInfo 공개적으로 프로퍼티

A LICENSE_BINARY_BLOB structure which MUST contain a BLOB of type BB_ERROR_BLOB (0x0004) that includes information relevant to the error code specified in dwErrorCode.
public LICENSE_BINARY_BLOB,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr bbErrorInfo
리턴 LICENSE_BINARY_BLOB

dwErrorCode 공개적으로 프로퍼티

A 32-bit unsigned integer. The error or status code. Sent by client:
public dwErrorCode_Values dwErrorCode
리턴 dwErrorCode_Values

dwStateTransition 공개적으로 프로퍼티

A 32-bit unsigned integer. The licensing state to transition into upon receipt of this message. For more details about how this field is used, see [MS-RDPELE].
public dwStateTransition_Values dwStateTransition
리턴 dwStateTransition_Values