1libtsalarm(3LIB) Interface Libraries libtsalarm(3LIB)
2
3
4
6 libtsalarm - Telco-Alarm library
7
9 cc [ flag... ] file... -ltsalarm [ library... ]
10 #include <tsalarm.h>
11
12
14 Functions in this library are used to interface with the service pro‐
15 cessor through telco-alarm LDC channel to get or set status of telco
16 alarms.
17
19 The shared object libtsalarm.so.1 provides the public interfaces
20 defined below. See Intro(3) for additional information on shared object
21 interfaces.
22
23
24
25
26 tsalarm_get tsalarm_set
27
28
30 /usr/platform/`uname -i`/lib/libtsalarm.so.1
31
32 shared object
33
34
36 See attributes(5) for descriptions of the following attributes:
37
38
39
40
41 ┌─────────────────────────────┬─────────────────────────────┐
42 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
43 ├─────────────────────────────┼─────────────────────────────┤
44 │Availability │SUNWkvmt200.v │
45 ├─────────────────────────────┼─────────────────────────────┤
46 │Interface Stability │Uncommitted │
47 ├─────────────────────────────┼─────────────────────────────┤
48 │MT-Level │Safe │
49 └─────────────────────────────┴─────────────────────────────┘
50
52 tsalarm_get(3EXT), attributes(5)
53
54
55
56SunOS 5.11 4 Sep 2007 libtsalarm(3LIB)