[ Maverik Level 1 functions ]


mav_SMSDelete

Summary

Delete an SMS.


Syntax

void mav_SMSDelete(MAV_SMS *s, int o);


Description

This function deletes the specified SMS s. If o is MAV_TRUE, the contents of the SMS are also deleted, otherwise they are not.


Back to the index page.