track_off(3G)
NAME
track_off − stop asynchronous tracking
SYNOPSIS
C Syntax:
void track_off ( fildes );
int fildes;
FORTRAN77 Syntax:
subroutine track_off ( fildes )
integer*4 fildes
Pascal Syntax:
procedure track_off ( fildes:integer );
DESCRIPTION
Input Parameters
fildes Integer file descriptor returned by gopen when the I/O path to a locator device is opened.
Discussion
track_off stops the asynchronous tracking started by track. Fildes is associated with the input device being tracked.
SEE ALSO
Hewlett-Packard Company — November 03, 1994