In file channels.h:

struct channel_status

Channel status structure.

[more]uint32 state
The line state (from line_states)
[more]int32 result
Last result (from line_results)
[more]int32 baud
The `baud' (bps, really) rate of the line
[more]char user[24]
The user occupying the line, if any.


Documentation

Channel status structure.

This has fields for all the state information attached to channels. It is used by channel_getstatus() and channel_setstatus().

ouint32 state
The line state (from line_states)

oint32 result
Last result (from line_results)

oint32 baud
The `baud' (bps, really) rate of the line

ochar user[24]
The user occupying the line, if any.

See Also:
channel_getstatus(), channel_setstatus()

Alphabetic index



This page was generated with the help of DOC++.