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

The TS_UD_HEADER precedes all data blocks in the client and server GCC user data.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_3_1.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
length ushort
type TS_UD_HEADER_type_Values

Property Details

length public_oe property

A 16-bit unsigned integer. The size in bytes of the data block, including this header.
public ushort length
return ushort

type public_oe property

A 16-bit unsigned integer. The type of the data block that this header precedes.
public TS_UD_HEADER_type_Values type
return TS_UD_HEADER_type_Values