C# 클래스 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.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
cbPayloadSize ushort

프로퍼티 상세

cbPayloadSize 공개적으로 프로퍼티

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