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

The TS_FRAME_ACKNOWLEDGE_CAPABILITYSET structure advertises support for frame acknowledgment using the TS_FRAME_ACKNOWLEDGE_PDU (section 2.2.3.1) structure.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
capabilitySetType capabilitySetType_Values
lengthCapability ushort
maxUnacknowledgedFrameCount uint

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 capability set. This field MUST be set to 0x001C (CAPSETTYPE_SURFACE_COMMANDS).
public capabilitySetType_Values capabilitySetType
Résultat capabilitySetType_Values

lengthCapability public_oe property

A 16-bit unsigned integer. The length in bytes of the capability data.
public ushort lengthCapability
Résultat ushort

maxUnacknowledgedFrameCount public_oe property

public uint maxUnacknowledgedFrameCount
Résultat uint