Go to main content

man pages section 3: Extended Library Functions, Volume 4

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

stmfGetState(3STMF)

Name

stmfGetState - retrieve the list of sessions on a target

Synopsis

cc [ flag... ] file... –lstmf [ library... ]
#include <libstmf.h>

int stmfGetState(stmfState *state);

Parameters

state

A pointer to an stmfState structure allocated by the caller.

Description

The stmfGetState() function retrieves the list of target port groups.

Return Values

The following values are returned:

STMF_STATUS_SUCCESS

The API call was successful.

Attributes

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
Safe

See Also

libstmf(3LIB), attributes(7)