Object Main.Companion
-
- All Implemented Interfaces:
public class Main.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Main.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetSchema(String host, Integer port, String description)final StringgetSchema(ModbusDevice modbusDevice, String description)final ModbusDevicegetModbusDevice(String host, Integer port)Load the data from a real device using the provided ipaddress -
-
Method Detail
-
getModbusDevice
final ModbusDevice getModbusDevice(String host, Integer port)
Load the data from a real device using the provided ipaddress
-
-
-
-