writeProperties method

void writeProperties(
  1. MqttByteBuffer stream
)

Properties

Implementation

void writeProperties(MqttByteBuffer stream) {
  _propertySet.writeTo(stream);
}