getErrno method
Returns the libc errno of the last failure that occurred.
Implementation
int getErrno() {
_checkStatus();
return _nativeI2Cerrno(_i2cHandle);
}
Returns the libc errno of the last failure that occurred.
int getErrno() {
_checkStatus();
return _nativeI2Cerrno(_i2cHandle);
}