C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_CONTROL_CAPABILITYSET

The TS_CONTROL_CAPABILITYSET structure is used by the client to advertise control capabilities and is fully described in [T128] section 8.2.10. This capability is only sent from client to server and the server ignores its contents.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_6_2_1.xml
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
capabilitySetType capabilitySetType_Values
controlFlags ushort
controlInterest ushort
detachInterest ushort
lengthCapability ushort
remoteDetachFlag ushort

Méthodes publiques

Méthode Description
GetCapabilityType ( ) : capabilitySetType_Values

to get the type of this struct.

ToBytes ( ) : byte[]

convert this structure to byte array

Method Details

GetCapabilityType() public méthode

to get the type of this struct.
public GetCapabilityType ( ) : capabilitySetType_Values
Résultat capabilitySetType_Values

ToBytes() public méthode

convert this structure to byte array
public ToBytes ( ) : byte[]
Résultat byte[]

Property Details

capabilitySetType public_oe property

A 16-bit unsigned integer. The type of the capability set. This field MUST be set to CAPSTYPE_CONTROL (5).
public capabilitySetType_Values capabilitySetType
Résultat capabilitySetType_Values

controlFlags public_oe property

A 16-bit unsigned integer. This field SHOULD be set to 0.
public ushort controlFlags
Résultat ushort

controlInterest public_oe property

A 16-bit unsigned integer. This field SHOULD be set to CONTROLPRIORITY_NEVER (0x0002).
public ushort controlInterest
Résultat ushort

detachInterest public_oe property

A 16-bit unsigned integer. This field SHOULD be set to CONTROLPRIORITY_NEVER (0x0002).
public ushort detachInterest
Résultat ushort

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
Résultat ushort

remoteDetachFlag public_oe property

A 16-bit unsigned integer. This field SHOULD be set to FALSE (0x0000).
public ushort remoteDetachFlag
Résultat ushort