NAME

vme_get_bus_timeout - Returns the current VMEbus timeout value.

SYNOPSIS

int vme_get_bus_timeout ( vme_bus_handle_t bus_handle, int * to )

PARAMETERS

vme_bus_handle_t bus_handle

Handle allocated by vme_init.

int * to

Returns the VMEbus timeout value, in microseconds. A value of 0 indicates that the timeout timer is disabled.

DESCRIPTION

Returns the current VMEbus timeout value.

RETURNS

0 on success, or -1 on failure.

SEE ALSO

vme_set_bus_timeout(3)