C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_HEADER

This structure is meant to be a header on all other messages and MUST NOT be sent alone.
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
cmdId PacketTypeValues
flags ushort
pduLength uint

Property Details

cmdId public_oe property

UINT16. The value of this integer indicates type of the graphics command PDU.
public PacketTypeValues cmdId
return PacketTypeValues

flags public_oe property

UINT16 The value of this integer indicates graphics command flags, must be set to zero.
public ushort flags
return ushort

pduLength public_oe property

UINT32 The value of this integer indicates the length of the graphics command PDU, in bytes.
public uint pduLength
return uint