Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_account_send_sms

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago

More...
#include <VxcRequests.h>

Public Attributes

Name

vx_req_base_tbase
The common properties for all requests.
VX_HANDLEaccount_handle
The handle returned from a successful vx_req_account_anonymous_login request.
char *recipient_uri
The URI of the intended receiver of the message.
char *content
The body of the message being sent.

Detailed Description

struct vx_req_account_send_sms;
See: vx_resp_account_send_sms

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 recipient_uri

char * recipient_uri;
The URI of the intended receiver of the message.

variable content

char * content;
The body of the message being sent.