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
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
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