1stmfGetTargetPropeSrCtSiIesT(a3rSgTeMtF)Mode Framework LibrasrtymfFGuentcTtairognestProperties(3STMF)
2
3
4
6 stmfGetTargetProperties - retrieve the properties of the specified tar‐
7 get port
8
10 cc [ flag... ] file... -lstmf [ library... ]
11 #include <libstmf.h>
12
13 int stmfGetTargetProperties(stmfDevid *target,
14 stmfTargetProperties *targetProperties);
15
16
18 target The identifier of the target port whose properties
19 are being retrieved.
20
21
22 targetProperties A pointer to an stmfTargetProperties structure
23 allocated by the caller. On successful return, the
24 structure will contain the properties for the spec‐
25 ified.
26
27
29 The stmfGetTargetProperties() function retrieves the properties of the
30 specified target port.
31
33 The following values are returned:
34
35 STMF_ERROR_NOT_FOUND The specified target was not found in the sys‐
36 tem.
37
38
39 STMF_STATUS_SUCCESS The API call was successful.
40
41
43 See attributes(5) for descriptions of the following attributes:
44
45
46
47
48 ┌─────────────────────────────┬─────────────────────────────┐
49 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
50 ├─────────────────────────────┼─────────────────────────────┤
51 │Interface Stability │Committed │
52 ├─────────────────────────────┼─────────────────────────────┤
53 │MT-Level │Safe │
54 └─────────────────────────────┴─────────────────────────────┘
55
57 libstmf(3LIB), attributes(5)
58
59
60
61SunOS 5.11 9 Jun 2008 stmfGetTargetProperties(3STMF)