Asterisk - The Open Source Telephony Project GIT-master-6144b6b
Loading...
Searching...
No Matches
Data Fields
ast_extension_state_device_snapshot Struct Reference

Device snapshot for an extension state. More...

#include <extension_state.h>

Collaboration diagram for ast_extension_state_device_snapshot:
Collaboration graph
[legend]

Data Fields

struct { 
 
   size_t   current 
 
   struct ast_extension_state_device_state_info **   elems 
 
   size_t   max 
 
additional_devices 
 Vector of additional device states that contributed to update.
 
struct ast_extension_state_device_state_infocausing_device
 The device that caused this update.
 
enum ast_extension_states state
 The state of the extension.
 

Detailed Description

Device snapshot for an extension state.

Definition at line 80 of file extension_state.h.

Field Documentation

◆ [struct]

struct { ... } additional_devices

◆ causing_device

struct ast_extension_state_device_state_info* causing_device

The device that caused this update.

Definition at line 84 of file extension_state.h.

Referenced by extension_state_device_snapshot_create(), and extension_state_device_snapshot_destroy().

◆ current

size_t current

Definition at line 86 of file extension_state.h.

◆ elems

Definition at line 86 of file extension_state.h.

◆ max

size_t max

Definition at line 86 of file extension_state.h.

◆ state


The documentation for this struct was generated from the following file: