CAN DragonEmSA
functionEnumeration and Connection

EmSACAN_Disconnect

Prototype

void EmSACAN_Disconnect(
    emsacan_handle_t Handle );

Description

Disconnects from a CAN interface session.

Parameters

ParameterDirectionTypeDescription
Handleinemsacan_handle_tSession handle from EmSACAN_Connect, or NULL to no-op.

Example

EmSACAN_Disconnect(handle);
handle = 0;

See also