vx_resp_account_channel_get_acl

More...

#include <VxcResponses.h>

Public Attributes

Name
vx_resp_base_tbase
The common properties for all responses.
intparticipants_size
The number of entries in the "participants" array.
vx_participant_t **participants
A list of users in the channel's Access Control List.

Detailed Description

struct vx_resp_account_channel_get_acl;

See: vx_req_account_channel_get_acl

Public Attributes Documentation

variable base

vx_resp_base_t base;

The common properties for all responses.

variable participants_size

int participants_size;

The number of entries in the "participants" array.

variable participants

vx_participant_t ** participants;

A list of users in the channel's Access Control List.

Note: Only the URI field on the participant structures is guaranteed to be present.