[ Maverik Level 3 functions ]


mav_objListNew

mav_objListNew, mav_HBBNew

Summary

Create a new SMS.


Syntax

MAV_objList *mav_objListNew(void);

MAV_HBB *mav_HBBNew(void);


Description

These routines return a pointer to a newly created and initialized data structure for each SMS type.


Back to the index page.