enum io.ModbusProtocol

enum ModbusProtocol: uint8_t {
    Rtu,
    Ascii,
    Tcp,
};