[ Maverik Level 3 functions ]
mav_SMSDataGet
Summary
Queries the data associated with an SMS.
Syntax
void *mav_SMSDataGet(MAV_SMS *s);
- MAV_SMS *s
SMS to be queried.
Description
This function returns the data associated with SMS s.
Back to the index page.