public class WriteSingleDataRequest extends BaseMessage
functionCode, transactionId, unitIdentifier
Constructor and Description |
---|
WriteSingleDataRequest(int transactionId,
byte unitIdentifier,
byte functionCode,
int address,
boolean value) |
WriteSingleDataRequest(int transactionId,
byte unitIdentifier,
byte functionCode,
int address,
byte[] data) |
WriteSingleDataRequest(int transactionId,
byte unitIdentifier,
byte functionCode,
int address,
int value) |
WriteSingleDataRequest(int transactionId,
byte unitIdentifier,
byte functionCode,
int address,
int value,
ByteOrder byteOrder) |
Modifier and Type | Method and Description |
---|---|
int |
getAddress() |
byte[] |
getData() |
boolean |
isFalse() |
boolean |
isTrue() |
getFunctionCode, getTransactionId, getUnitIdentifier
public WriteSingleDataRequest(int transactionId, byte unitIdentifier, byte functionCode, int address, int value)
public WriteSingleDataRequest(int transactionId, byte unitIdentifier, byte functionCode, int address, byte[] data)
public WriteSingleDataRequest(int transactionId, byte unitIdentifier, byte functionCode, int address, int value, ByteOrder byteOrder)
public WriteSingleDataRequest(int transactionId, byte unitIdentifier, byte functionCode, int address, boolean value)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.