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_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 * | recipient_uri The URI of the intended receiver of the message. |
| char * | content The body of the message being sent. |
Detailed Description
See: vx_resp_account_send_smsstruct vx_req_account_send_sms;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable account_handle
The handle returned from a successful vx_req_account_anonymous_login request.VX_HANDLE account_handle;
variable recipient_uri
The URI of the intended receiver of the message.char * recipient_uri;
variable content
The body of the message being sent.char * content;