Asterisk - The Open Source Telephony Project
18.5.0
|
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 230 of file devicestate.h.
unsigned int inuse |
Definition at line 232 of file devicestate.h.
Referenced by ast_devstate_aggregate_add(), and chan_pjsip_devicestate().
unsigned int ringing |
Definition at line 231 of file devicestate.h.
Referenced by ast_devstate_aggregate_add().
enum ast_device_state state |
Definition at line 233 of file devicestate.h.
Referenced by ast_devstate_aggregate_add(), ast_devstate_aggregate_init(), and ast_devstate_aggregate_result().