C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_END_FRAME

The RDPGFX_END_FRAME message is sent from server to specify the end of a logical frame.
Наследование: RdpegfxServerPdu
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
frameId uint

Открытые методы

Метод Описание
Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool

Decode this PDU from the PduMarshaler.

Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void

Encode this PDU to the PduMarshaler.

RDPGFX_END_FRAME ( ) : System

Constructor

RDPGFX_END_FRAME ( uint fid ) : System

constructor, create end frame message

Описание методов

Decode() публичный Метод

Decode this PDU from the PduMarshaler.
public Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool
marshaler Microsoft.Protocols.TestTools.StackSdk.PduMarshaler This is used to encode the fields of this PDU.
Результат bool

Encode() публичный Метод

Encode this PDU to the PduMarshaler.
public Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void
marshaler Microsoft.Protocols.TestTools.StackSdk.PduMarshaler This is used to encode the fields of this PDU.
Результат void

RDPGFX_END_FRAME() публичный Метод

Constructor
public RDPGFX_END_FRAME ( ) : System
Результат System

RDPGFX_END_FRAME() публичный Метод

constructor, create end frame message
public RDPGFX_END_FRAME ( uint fid ) : System
fid uint This is used to indicate frame id.
Результат System

Описание свойств

frameId публичное свойство

A 32-bit unsigned integer. frame ID of the frame
public uint frameId
Результат uint