Spi |
The SpiAPI type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetConfig | Gets the current configuration from the card. |
![]() | LoadConfig | Loads the current configuration from the card's local storage. |
![]() | Receive | Receives readCount 32-bit values using the SPI-Protocol (Serial-Peripheral.Interface) on the specified module. Waits up to timeoutMilliseconds. |
![]() | SetConfig | Sets the current configuration on the card. |
![]() | StoreConfig | Stores the current configuration in the card's local storage for later (re-)loading. |
![]() | Transceive | Sends transmitMessage using the SPI-Protocol (serial peripheral interface) using the specified module, and waits up to timeoutMilliseconds for a response. |
![]() | Transmit | Sends transmitMessage using the SPI-Protocol (serial peripheral interface) using the specified module. |
![]() | WaitForActiveTransfersDone | Waits for active Spi transfers on the card to finish |