CAN DragonEmSA
functionChannel Lifecycle

EmSACAN_Identify

Prototype

emsacan_result_t EmSACAN_Identify(
    emsacan_handle_t Handle );

Description

Identifies the CAN interface (visual / device indication).

Parameters

ParameterDirectionTypeDescription
Handleinemsacan_handle_tSession handle from EmSACAN_Connect.

Example

if (EmSACAN_Identify(handle) == EMSACAN_OK)
    { /* device should blink */ }

See also