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