C# Class 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
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
capabilityData byte[]
capabilitySetType capabilitySetType_Values
lengthCapability ushort

Property Details

capabilityData public_oe property

Capability set data which conforms to the structure of the type given by the capabilitySetType field.
public byte[] capabilityData
return byte[]

capabilitySetType public_oe property

A 16-bit unsigned integer. The type identifier of the capability set.
public capabilitySetType_Values capabilitySetType
return capabilitySetType_Values

lengthCapability public_oe property

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
return ushort