public interface Unit
| Modifier and Type | Method and Description |
|---|---|
default java.io.Closeable |
begin() |
Response |
readCoils(int start,
int length,
PDU.Bits bits) |
Response |
readDiscreteInputs(int start,
int length,
PDU.Bits bits) |
Response |
readHoldingRegisters(int start,
int length,
PDU response) |
Response |
readInputRegisters(int start,
int length,
PDU response) |
Response |
writeCoils(PDU.Bits bits,
int start,
int length) |
Response |
writeHoldingRegisters(PDU buffer,
int start,
int length) |
Response readDiscreteInputs(int start, int length, PDU.Bits bits) throws java.lang.Exception
java.lang.ExceptionResponse readCoils(int start, int length, PDU.Bits bits) throws java.lang.Exception
java.lang.ExceptionResponse writeCoils(PDU.Bits bits, int start, int length) throws java.lang.Exception
java.lang.ExceptionResponse readInputRegisters(int start, int length, PDU response) throws java.lang.Exception
java.lang.ExceptionResponse readHoldingRegisters(int start, int length, PDU response) throws java.lang.Exception
java.lang.ExceptionResponse writeHoldingRegisters(PDU buffer, int start, int length) throws java.lang.Exception
java.lang.Exceptiondefault java.io.Closeable begin()
aQute SARL All Rights Reserved