Daylight v4.9
Release Date: 1 February 2008

Name

dt_thor_ping - see dt_ping

Generic Prototype

dt_thor_ping(dt_Handle, dt_String) => dt_Integer

C Prototype

#include "dt_thor.h"

dt_Integer dt_thor_ping(dt_Handle server, dt_Integer strlen, dt_String string)

FORTRAN Prototype

include 'dt_f_thor.inc'

integer*4 dt_f_thor_ping(server, string)

integer*4 server
character*() string

Description

This function is obsolete; it is replaced by dt_ping(3).