public class BaseMessage extends Object
Modifier and Type | Field and Description |
---|---|
protected byte |
functionCode |
protected int |
transactionId |
protected byte |
unitIdentifier |
Constructor and Description |
---|
BaseMessage(int transactionId,
byte unitIdentifier,
byte functionCode) |
Modifier and Type | Method and Description |
---|---|
byte |
getFunctionCode() |
int |
getTransactionId() |
byte |
getUnitIdentifier() |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.