Table of Contents

Class InspectMqttPacketEventArgs

Namespace
MQTTnet.Diagnostics
Assembly
MQTTnet.dll
public sealed class InspectMqttPacketEventArgs : EventArgs
Inheritance
InspectMqttPacketEventArgs
Inherited Members

Constructors

InspectMqttPacketEventArgs(MqttPacketFlowDirection, byte[])

public InspectMqttPacketEventArgs(MqttPacketFlowDirection direction, byte[] buffer)

Parameters

direction MqttPacketFlowDirection
buffer byte[]

Properties

Buffer

public byte[] Buffer { get; }

Property Value

byte[]

Direction

public MqttPacketFlowDirection Direction { get; }

Property Value

MqttPacketFlowDirection