Data Structures | |
struct | ast_dataitem_065_040_t |
Data Item I065/040 - SDPS Configuration and Status. More... | |
Macros | |
#define | ast_dataitem_065_040_get_size ast_dataitem_get_size_fixed_1_byte |
Get size function. More... | |
Enumerations | |
enum | ast_sdps_status_t { AST_SDPS_STATUS_OPERATIONAL = 0, AST_SDPS_STATUS_DEGRADED = 1, AST_SDPS_STATUS_DISCONNECTED = 2, AST_SDPS_STATUS_UNKNOWN = 3 } |
SDPS status. More... | |
Functions | |
ast_dataitem_065_040_t | ast_dataitem_065_040_decode (const ast_dataitem_t di) |
Decode function. More... | |
void | ast_dataitem_065_040_get_summary (char *summary, const size_t summary_size, const ast_dataitem_t di) |
Get summary function. More... | |
void | ast_dataitem_065_040_get_detail_html (char *detail, const size_t detail_size, const ast_dataitem_t di) |
Get detail function. More... | |
#define ast_dataitem_065_040_get_size ast_dataitem_get_size_fixed_1_byte |
Get size function.
enum ast_sdps_status_t |
ast_dataitem_065_040_t ast_dataitem_065_040_decode | ( | const ast_dataitem_t | di | ) |
Decode function.
void ast_dataitem_065_040_get_detail_html | ( | char * | detail, |
const size_t | detail_size, | ||
const ast_dataitem_t | di | ||
) |
Get detail function.
void ast_dataitem_065_040_get_summary | ( | char * | summary, |
const size_t | summary_size, | ||
const ast_dataitem_t | di | ||
) |
Get summary function.