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

The TS_CAPS_SET structure is used to describe the type and size of a capability set exchanged between clients and servers. All capability sets conform to this basic structure (see section ).
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_13_1_1_1.xml
Показать файл Открыть проект

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

Свойство Тип Описание
capabilityData byte[]
capabilitySetType capabilitySetType_Values
lengthCapability ushort

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

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

Capability set data which conforms to the structure of the type given by the capabilitySetType field.
public byte[] capabilityData
Результат byte[]

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

A 16-bit unsigned integer. The type identifier of the capability set.
public capabilitySetType_Values capabilitySetType
Результат capabilitySetType_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