public class ZwaveSession extends Object
Constructor and Description |
---|
ZwaveSession(ZwaveController controller) |
Modifier and Type | Method and Description |
---|---|
ZwaveController |
getController() |
void |
receiveAck() |
void |
receiveCan() |
void |
receiveNak() |
void |
receiveValidFrame(DataFrame frame) |
void |
session(RequestFrame frame,
OutputStream outputStream) |
public ZwaveSession(ZwaveController controller)
public ZwaveController getController()
public void receiveAck()
public void receiveCan()
public void receiveNak()
public void receiveValidFrame(DataFrame frame) throws IOException
IOException
public void session(RequestFrame frame, OutputStream outputStream) throws IOException, InterruptedException
IOException
InterruptedException