Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ivxiservant(3) — HP-UX Instrument Control Library C.03.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought

IVXISERVANTS(3)

HP-UX

NAME

ivxiservants − returns a list of active VXI servants. 

SYNOPSIS

#include <sicl.h>
int ivxiservants(
           INST id,
           int maxnum,
           int *list
          );

DESCRIPTION

ivxiservants makes a list of active VXI servants for this device on the VXI interface specified by id.  After the list is filled in, all remaining entries in list (up to maxnum) will be filled with -1. 
 
This routine only works on interface sessions.

id is an INST identifier for a session obtained from an iopen(3) call. 

The maxnum parameter indicates the maximum # of entries in list

The list parameter should be a pointer to an array of integers that will hold at least maxnum number of integers. 

RETURN VALUE

ivxiservants returns (0) for success and a non-zero error code otherwise. 
 

AUTHOR

ivxiservants was developed by HP. 
 

Hewlett-Packard Company  —  May 05, 1994

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026