PicoGpioNetClient

constructor(ip: String, port: Int, autoFlush: Boolean = false)

Parameters

ip

IP address of the Pico device running PGN which we want to connect to.

port

Port on which PGN is running. This is usually port 8080.

autoFlush

If true, flush all writes to the PGN daemon automatically.