|
libivon 0.1.0
Voice-over-IP library
|
Result of a group join operation. More...
#include <ivon_client_types.h>
Public Attributes | |
| const char * | group_id |
| Group that was joined (valid for the duration of the callback) | |
| int | success |
| Non-zero on success. | |
| uint8_t | status |
| ivon_group_operation_status_t value | |
| const char * | error_message |
| Human-readable error (valid for the duration of the callback) | |
| const ivon_property_t * | properties |
| Group properties array (valid for the duration of the callback, may be NULL) | |
| size_t | properties_count |
| Number of elements in properties array. | |
Result of a group join operation.
| const char* ivon_group_join_result::error_message |
Human-readable error (valid for the duration of the callback)
| const char* ivon_group_join_result::group_id |
Group that was joined (valid for the duration of the callback)
| const ivon_property_t* ivon_group_join_result::properties |
Group properties array (valid for the duration of the callback, may be NULL)
| size_t ivon_group_join_result::properties_count |
Number of elements in properties array.
| uint8_t ivon_group_join_result::status |
ivon_group_operation_status_t value
| int ivon_group_join_result::success |
Non-zero on success.