getSPIbitsPerWord method

int getSPIbitsPerWord()

Returns bits per word.

Implementation

int getSPIbitsPerWord() {
  _checkStatus();
  return _checkError(_getInt8Value(_nativeSPIgetBitsPerWord));
}