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
MqttPacketFlowDirectionbuffer
byte[]
Properties
Buffer
public byte[] Buffer { get; }
Property Value
- byte[]
Direction
public MqttPacketFlowDirection Direction { get; }