NAME
netmgt_fetch_data - get data statistics
SYNOPSIS
bool_t
netmgt_fetch_data(data)
INPUT ARGUMENTS
pointer to a buffer where individual data stats are placed. It has the following fields:
name attribute name.
type attribute type code, as defined in netmgt_arglist.h.
length
length of the attribute value, in bytes.
value
attribute value. The value's internal representation is described by type.
RETURN VALUE
TRUE if successful, otherwise FALSE.
DIAGNOSTICS
If FALSE is returned, global variable netmgt_error indicates the error. The caller can get the reason for the error with netmgt_fetch_error(3n).
FILES
netmgt_arglist.h
SEE ALSO
netmgt_fetch_error(3n)