Public Methods:
bool_AcquireLicense(void)
Check out an Adams Vibration license
Returns: bool - true on success false otherwise
Parameters: None
void_ReleaseLicense(void)
Check in Adams Vibration license
Returns: void
Parameters: None
bool_CheckLicense(void)
Check to see if process has a vibration license
Returns: bool - true on success; false otherwise
Parameters: None
vib_message_handler PushMessageHandler(mh, Args)
Sets the current function to handle vibration messages
Returns: Current message handler
Parameters:
string mh - Name of the function func(msg, type, args)
string MSG - Message being sent
character type - Type of message [e, i, w]
list args - Argument list given by user when function was set0
list Args - user data to send back to the handler
vib_message_handler PopMessageHandler(void)
Replace the current function to handle vibration messages with the pervious one
Returns: Current message handler
Parameters: None