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.
Show file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
cmdId PacketTypeValues
flags ushort
pduLength uint

Property Details

cmdId public property

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

flags public property

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

pduLength public property

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