public final class BinaryProperty extends MqttProperty<byte[]>
| Constructor and Description |
|---|
BinaryProperty(int propertyId,
byte[] value) |
BinaryProperty(MqttPropertyType propertyType,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
equals, hashCode, propertyId, valuepublic BinaryProperty(MqttPropertyType propertyType, byte[] value)
public BinaryProperty(int propertyId,
byte[] value)
Copyright © 2025. All rights reserved.