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

The TS_FONT_CAPABILITYSET structure is used to advertise font support options. This capability is sent by both client and server.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_6_2_4.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
capabilitySetType capabilitySetType_Values
fontSupportFlags ushort
lengthCapability ushort
pad2octets ushort

Public Methods

Method Description
GetCapabilityType ( ) : capabilitySetType_Values

to get the type of this struct.

ToBytes ( ) : byte[]

convert this structure to byte array

Method Details

GetCapabilityType() public method

to get the type of this struct.
public GetCapabilityType ( ) : capabilitySetType_Values
return capabilitySetType_Values

ToBytes() public method

convert this structure to byte array
public ToBytes ( ) : byte[]
return 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_FONT (14).
public capabilitySetType_Values capabilitySetType
return capabilitySetType_Values

fontSupportFlags public_oe property

A 16-bit unsigned integer. The font support options. This field SHOULD be set to FONTSUPPORT_FONTLIST (0x0001).
public ushort fontSupportFlags
return 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
return ushort

pad2octets public_oe property

A 16-bit unsigned integer. Padding. Values in this field are ignored.
public ushort pad2octets
return ushort