public class SendData extends RequestFrame
listener, parameterIndex
Constructor and Description |
---|
SendData(SendDataListener listener,
byte commandID,
byte command) |
SendData(SendDataListener listener,
byte commandID,
byte command,
int commandParamterCount) |
Modifier and Type | Method and Description |
---|---|
void |
addParameter(byte parameter) |
void |
completeContent() |
ZwaveNode |
getNode() |
Session |
getSession() |
void |
handleRequest(ZwaveController controller,
DataFrame dataFrame) |
generateCallback, getNumberRetransmission, handleResponse, notifyComplete, notifyError, send
computeChecksum, getBytes, getFunctionId, getType, isValid
public SendData(SendDataListener listener, byte commandID, byte command)
listener
- commandID
- command
- public SendData(SendDataListener listener, byte commandID, byte command, int commandParamterCount)
listener
- commandID
- command
- commandParamterCount
- public void addParameter(byte parameter)
addParameter
in class RequestFrame
public void completeContent()
completeContent
in class RequestFrame
public ZwaveNode getNode()
public Session getSession()
getSession
in class RequestFrame
public void handleRequest(ZwaveController controller, DataFrame dataFrame) throws IOException
handleRequest
in class RequestFrame
IOException