Apps     Components     Interfaces     All Files     Source Tree     source: tos.interfaces.HardwareId.nc

Interface: HardwareId

Interface to read hardware identification number

Components providing this interface:
tos.platform.mica.SerialId

Components requiring this interface:
apps.MicaHWVerify.MicaHWVerifyM

Commands

Events

Events - Details

readDone

result_t readDone(uint8_t *id, result_t success)

Signal completion of hardware id read (signaled only if read returned SUCCESS).

Parameters:

id - Buffer passed to corresponding read request

success - SUCCESS if hardware id read successful, FAIL otherwise

Returns: Ignored.