public static class MqttWrapper.SecsFormat00PayloadDecoder
extends java.lang.Object
Constructor and Description |
---|
SecsFormat00PayloadDecoder() |
Modifier and Type | Method and Description |
---|---|
ValueObjectInterface |
decode(MqttSubscribeServer mqttSubscribeServer,
java.lang.String topic,
MqttMessage message)
Decode the given string as a SecsFormat00
basic format is a "values" array { "values": [] }
the valuesArray must be valid (but could be empty) otherwise an exception is thrown.
|
public ValueObjectInterface decode(MqttSubscribeServer mqttSubscribeServer, java.lang.String topic, MqttMessage message)
com.ergotech.vib.servers.mqtt.client.MqttPayloadDecoderInterface#decode(com.ergotech.vib.servers.mqtt.client.MqttSubscribeServer, java.lang.String, org.eclipse.paho.client.mqttv3.MqttMessage)
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.