sendRawFrame abstract method

Future<Uint8List> sendRawFrame(
  1. Uint8List aduRequest
)

Send raw frame to the remote server

Implementation

Future<Uint8List> sendRawFrame(Uint8List aduRequest);