writePort method

Future<int> writePort(
  1. int fd,
  2. Uint8List data,
  3. int len
)

发送数据

Implementation

Future<int> writePort(int fd, Uint8List data, int len) {
  throw UnimplementedError('writePort() has not been implemented.');
}