writeTo abstract method

void writeTo(
  1. MqttByteBuffer payloadStream
)

Writes the payload to the supplied stream. A basic message has no Variable Header.

Implementation

void writeTo(MqttByteBuffer payloadStream);