vx_resp_account_list_buddies_and_groups
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 13 days ago
More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| int | buddy_count The number of buddies found in the list. |
| int | group_count The number of groups found in the list. |
| vx_buddy_t ** | buddies A collection of buddy structures. |
| vx_group_t ** | groups A collection of group structures. |
Detailed Description
See: vx_req_account_list_buddies_and_groupsstruct vx_resp_account_list_buddies_and_groups;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable buddy_count
The number of buddies found in the list.int buddy_count;
variable group_count
The number of groups found in the list.int group_count;
variable buddies
A collection of buddy structures.vx_buddy_t ** buddies;
variable groups
A collection of group structures.vx_group_t ** groups;