All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.grzeslowski.jsupla.protocol.api.decoders.dcs.SetCaptionDecoder Maven / Gradle / Ivy

The newest version!
package pl.grzeslowski.jsupla.protocol.api.decoders.dcs;

import lombok.val;
import pl.grzeslowski.jsupla.protocol.api.decoders.PrimitiveDecoder;
import pl.grzeslowski.jsupla.protocol.api.structs.dcs.SetCaption;
import static pl.grzeslowski.jsupla.protocol.api.JavaConsts.*;
import static pl.grzeslowski.jsupla.protocol.api.consts.ProtoConsts.*;

@javax.annotation.Generated(value="Struct original name: TDCS_SetCaption", date = "2024-09-06T08:44:37.669Z[Etc/UTC]")
@lombok.NoArgsConstructor(access = lombok.AccessLevel.PRIVATE)
public class SetCaptionDecoder implements pl.grzeslowski.jsupla.protocol.api.decoders.dcs.DeviceClientServerDecoder {
	public static final SetCaptionDecoder INSTANCE = new SetCaptionDecoder();

    @Override
	public SetCaption decode(byte[] bytes, int offset) {
throw new java.lang.UnsupportedOperationException("Do not support decoding structs with unions!");
		
	    //return new SetCaption(null, captionSize, caption);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy