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

The RDPUDP_SOURCE_PAYLOAD_HEADER structure specifies the metadata of a data payload.
ファイルを表示 Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
snCoded uint
snSourceStart uint

Property Details

snCoded public_oe property

An unsigned 32-bit value that specifies the sequence number for the current Coded Packet.
public uint snCoded
return uint

snSourceStart public_oe property

An unsigned 32-bit value that specifies the sequence number for the current Source Packet.
public uint snSourceStart
return uint