7.7.8.124. OnPreTargetConnect()

Called after the parent router is connected, but before the target is connected.

Syntax

OnPreTargetConnect();

Description

OnPreTargetConnect() is called after the parent router of a target is connected, but before the target itself is connected. The callback is executed synchronously.

Example

OnPreTargetConnect()
{
    GEL_TextOut("OnPreTargetConnect called …\n");
}

Related Topics

GEL_Connect

OnTargetConnect