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

io.github.aleksas.arduino.simplerpc.Device Maven / Gradle / Ivy

There is a newer version: 1.0.24
Show newest version
package io.github.aleksas.arduino.simplerpc;

import java.util.HashMap;

public class Device {
    public char endianness = '<';
    public HashMap methods = new HashMap();
    public String protocol = "";
    public char size_t = 'H';
    public int[] version = {0, 0, 0};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy