openDevice method

Future<int> openDevice(
  1. int? clientHandle,
  2. String guid
)

Implementation

Future<int> openDevice(int? clientHandle, String guid) async {
  throw CaptureException(
      SktErrors.ESKT_NOTINITIALIZED, 'openDevice() is not implemented.');
}