getHandle method

int getHandle()

Returns the address of the internal handle.

Implementation

int getHandle() {
  return _serialHandle.address;
}