1dat_psp_query(3DAT)Direct Access Transport Library Functionsdat_psp_query(3DAT)
2
3
4

NAME

6       dat_psp_query - provide parameters of the Public Service Point
7

SYNOPSIS

9       cc [ flag... ] file... -ldat [ library... ]
10       #include <dat/udat.h>
11
12       DAT_RETURN
13           dat_psp_query (
14           IN    DAT_PSP_HANDLE        psp_handle,
15           IN    DAT_PSP_PARAM_MASK    psp_param_mask,
16           OUT   DAT_PSP_PARAM         *psp_param
17           )
18
19

PARAMETERS

21       psp_handle        Handle for an instance of Public Service Point.
22
23
24       psp_param_mask    Mask for PSP parameters.
25
26
27       psp_param         Pointer   to   a  Consumer-allocated  structure  that
28                         Provider fills for Consumer-requested parameters.
29
30

DESCRIPTION

32       The dat_psp_query() function provides to the Consumer parameters of the
33       Public  Service  Point.  Consumer  passes  in a pointer to the Consumer
34       allocated structures for PSP parameters that Provider fills.
35
36
37       The psp_param_mask parameter allows Consumers to specify which  parame‐
38       ters  they  would  like  to  query. The Provider will return values for
39       psp_param_mask requested parameters. The Provider may return the  value
40       for any of the other parameters.
41

RETURN VALUES

43       DAT_SUCCESS              The operation was successful.
44
45
46       DAT_INVALID_HANDLE       The psp_handle parameter is invalid.
47
48
49       DAT_INVALID_PARAMETER    The psp_param_mask parameter is invalid.
50
51

ATTRIBUTES

53       See attributes(5) for descriptions of the following attributes:
54
55
56
57
58       ┌─────────────────────────────┬─────────────────────────────┐
59       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
60       ├─────────────────────────────┼─────────────────────────────┤
61       │Interface Stability          │Standard: uDAPL, 1.1, 1.2    │
62       ├─────────────────────────────┼─────────────────────────────┤
63       │MT-Level                     │Safe                         │
64       └─────────────────────────────┴─────────────────────────────┘
65

SEE ALSO

67       libdat(3LIB), attributes(5)
68
69
70
71SunOS 5.11                        16 Jul 2004              dat_psp_query(3DAT)
Impressum