Class SocketConnection
- java.lang.Object
-
- io.openems.edge.kostal.piko.core.impl.SocketConnection
-
public class SocketConnection extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SocketConnection(java.lang.String host, int port, byte unitID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
close()
java.io.InputStream
getIn()
java.io.OutputStream
getOut()
byte
getUnitID()
protected void
open()
-
-
-
Method Detail
-
getUnitID
public byte getUnitID()
-
open
protected void open() throws OpenemsException
- Throws:
OpenemsException
-
close
protected void close()
-
getOut
public java.io.OutputStream getOut()
-
getIn
public java.io.InputStream getIn()
-
-