readAsync abstract method

int readAsync(
  1. Pointer<DeviceHandle> dev,
  2. Pointer<NativeType> cb,
  3. Pointer<Void> ctx,
  4. int bufNum,
  5. int bufLen,
)

Implementation

int readAsync(Pointer<DeviceHandle> dev, Pointer cb, Pointer<Void> ctx,
    int bufNum, int bufLen);