getSPImode method

SPImode getSPImode()

Returns the SPImode.

Implementation

SPImode getSPImode() {
  _checkStatus();
  return SPImode.values[_checkError(_getInt32Value(_nativeSPIgetMode))];
}