getHandle method

  1. @override
int getHandle()

Returns the address of the internal handle.

Implementation

@override
int getHandle() {
  return _gpioHandle.address;
}