vx_resp_account_list_buddies_and_groups
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 8 months ago
#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
struct vx_resp_account_list_buddies_and_groups;
Public Attributes Documentation
variable base
vx_resp_base_t base;
The common properties for all responses.
variable buddy_count
int buddy_count;
The number of buddies found in the list.
variable group_count
int group_count;
The number of groups found in the list.
variable buddies
vx_buddy_t ** buddies;
A collection of buddy structures.
variable groups
vx_group_t ** groups;
A collection of group structures.