7.9.8.29. GEL_IsConnectedΒΆ

GEL built-in function that can be called at any time to determine if the target is connected.

Syntax

GEL_IsConnected()

Parameters

None

Description

The function returns 1 if the target is connected and returns 0 otherwise.

Synchronous

Synchronous from GEL: Yes

Completely synchronous: Yes

Related Topics

GEL_Connect

GEL_Disconnect