MqttPacket Class
Namespace: GHIElectronics.TinyCLR.Networking.Mqtt · Assembly: GHIElectronics.TinyCLR.Networking.Mqtt
No description available.
public sealed class MqttPacket
Properties
Payload
public byte[] Payload { get; set; }
The payload of the descriptor excluding length and type. (inherited)
PacketId
public uint PacketId { get; set; }
No description available.
IsPublished
public bool IsPublished { get; set; }
No description available.