C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpeudp.RDPUDP_PAYLOAD_PREFIX

The RDPUDP_PAYLOAD_PREFIX structure specifies the length of a data payload. This header is used for generating an FEC Packet or for decoding an FEC Packet. Once a datagram is decoded by using FEC, this field specifies the size of the recovered datagram.
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
cbPayloadSize ushort

Property Details

cbPayloadSize public_oe property

An unsigned 16-bit value that specifies the size of the data payload.
public ushort cbPayloadSize
return ushort