Table of Contents

Struct ReceivedMqttPacket

Namespace
MQTTnet.Adapter
Assembly
MQTTnet.dll
public readonly struct ReceivedMqttPacket
Inherited Members

Constructors

ReceivedMqttPacket(byte, ArraySegment<byte>, int)

public ReceivedMqttPacket(byte fixedHeader, ArraySegment<byte> body, int totalLength)

Parameters

fixedHeader byte
body ArraySegment<byte>
totalLength int

Fields

Empty

public static readonly ReceivedMqttPacket Empty

Field Value

ReceivedMqttPacket

Properties

Body

public ArraySegment<byte> Body { get; }

Property Value

ArraySegment<byte>

FixedHeader

public byte FixedHeader { get; }

Property Value

byte

TotalLength

public int TotalLength { get; }

Property Value

int