Package | Description |
---|---|
org.eclipse.scada.protocol.modbus.codec |
Modifier and Type | Method and Description |
---|---|
static Pdu |
ModbusProtocol.encodeAsMaster(BaseMessage message) |
static Pdu |
ModbusProtocol.encodeAsSlave(BaseMessage message) |
Modifier and Type | Method and Description |
---|---|
static Object |
ModbusProtocol.decodeAsMaster(Pdu message)
Decode a PDU as a master
|
static Object |
ModbusProtocol.decodeAsSlave(Pdu message)
Decode a PDU as a slave
|
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.