Function sh2_getFrs
Defined in File sh2.h
Function Documentation
-
int sh2_getFrs(uint16_t recordId, uint32_t *pData, uint16_t *words)
Get an FRS record.
- Parameters:
recordId – Which FRS Record to retrieve.
pData – pointer to buffer to receive the results
words – [in] Size of pData buffer, in 32-bit words.
words – [out] Number of 32-bit words retrieved.
- Returns:
SH2_OK (0), on success. Negative value from sh2_err.h on error.