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

pl.grzeslowski.jsupla.protocol.api.decoders.ValveValueDecoder Maven / Gradle / Ivy

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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy