sendPdu abstract method

Future<Uint8List> sendPdu(
  1. int slaveId,
  2. Uint8List pduRequest
)

Send PDU request to the remote server

Implementation

Future<Uint8List> sendPdu(int slaveId, Uint8List pduRequest);