You shouldn't care about the contents of this struct. More...
#include <devicestate.h>
Data Fields | |
unsigned int | inuse:1 |
unsigned int | ringing:1 |
enum ast_device_state | state |
You shouldn't care about the contents of this struct.
This struct is only here so that it can be easily declared on the stack.
Definition at line 266 of file devicestate.h.
unsigned int inuse |
Definition at line 268 of file devicestate.h.
Referenced by ast_devstate_aggregate_add().
unsigned int ringing |
Definition at line 267 of file devicestate.h.
Referenced by ast_devstate_aggregate_add().
enum ast_device_state state |
Definition at line 269 of file devicestate.h.
Referenced by ast_devstate_aggregate_add(), ast_devstate_aggregate_init(), and ast_devstate_aggregate_result().