begin method

void begin()

Implementation

void begin() {
  final rc = _begin(_handle);
  if (rc != 0) {
    throw Exception(lastError());
  }
}