Table of Contents

Struct MqttFixedHeader

Namespace
MQTTnet.Formatter
Assembly
MQTTnet.dll
public struct MqttFixedHeader
Inherited Members

Constructors

MqttFixedHeader(byte, int, int)

public MqttFixedHeader(byte flags, int remainingLength, int totalLength)

Parameters

flags byte
remainingLength int
totalLength int

Properties

Flags

public byte Flags { get; }

Property Value

byte

RemainingLength

public int RemainingLength { get; }

Property Value

int

TotalLength

public int TotalLength { get; }

Property Value

int