[ Maverik Level 3 functions ]
mav_SMSClassGet
Summary
Query the class of an SMS.
Syntax
MAV_SMSClass *mav_SMSClassGet(MAV_SMS *s);
MAV_SMS *s
SMS to query.
Description
This function returns the class of SMS
s
.
Back to the
index page
.