in.virit.emit.ControlCode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of emit-reading-api Show documentation
Show all versions of emit-reading-api Show documentation
Java/Vaadin API for Emit sport timing gear gear
The newest version!
package in.virit.emit;
public record ControlCode(int code, int time) {}