Sat Apr 26 2014 22:03:23

Asterisk developer's documentation


ast_hintdevice Struct Reference

Structure for dial plan hint devices. More...

Collaboration diagram for ast_hintdevice:

Data Fields

struct ast_hinthint
 Hint this hintdevice belongs to.
char hintdevice [1]

Detailed Description

Structure for dial plan hint devices.

Note:
hintdevice is one device pointing to a hint.

Definition at line 1012 of file pbx.c.


Field Documentation

struct ast_hint* hint

Hint this hintdevice belongs to.

Note:
Holds a reference to the hint object.

Definition at line 1017 of file pbx.c.

Referenced by add_hintdevice(), handle_statechange(), hintdevice_destroy(), and hintdevice_remove_cb().

char hintdevice[1]

Name of the hint device.

Definition at line 1019 of file pbx.c.

Referenced by add_hintdevice(), handle_statechange(), hintdevice_cmp_multiple(), and hintdevice_hash_cb().


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