Log out of the Traverse EDF server.
$return_value = $obj->Logout;
This method sends a logout command to the Traverse EDF server and closes the already established TCP connection to $host_name_or_ip
, which was defined using the new method. On timeout or other connection errors, the return value is 0
and details on the error are available via the GetErrorMsg
method. On success, a non-zero return value is provided.