EmSACAN_Identify
Prototype
emsacan_result_t EmSACAN_Identify(
emsacan_handle_t Handle );
Description
Identifies the CAN interface (visual / device indication).
Parameters
| Parameter | Direction | Type | Description |
|---|---|---|---|
Handle | in | emsacan_handle_t | Session handle from EmSACAN_Connect. |
Example
if (EmSACAN_Identify(handle) == EMSACAN_OK)
{ /* device should blink */ }
