public class Handlers extends Object
Constructor and Description |
---|
Handlers() |
Modifier and Type | Method and Description |
---|---|
static void |
handle(ZwaveController controller,
DataFrame dataFrame)
Handle a controller frame.
|
public static void handle(ZwaveController controller, DataFrame dataFrame) throws IOException
controller
- the controller.dataFrame
- the data frame.IOException
- Throws an io exception if a communication error occurred with the device.