vx_req_account_delete_block_rule
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months ago
Delete a block rule. More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| VX_HANDLE | account_handle The handle returned from a successful vx_req_account_anonymous_login request. |
| char * | block_mask The SIP URI of the buddy. |
Detailed Description
struct vx_req_account_delete_block_rule;
Delete a block rule.
Public Attributes Documentation
variable base
vx_req_base_t base;
The common properties for all requests.
variable account_handle
VX_HANDLE account_handle;
The handle returned from a successful vx_req_account_anonymous_login request.
variable block_mask
char * block_mask;
The SIP URI of the buddy.