Api list and descriptions, General, Lib_init(void) – Acrosser AES-HM76Z1FL User Manual
Page 62: Lib_close(void)
Advertising

62
8.2. API List and Descriptions
8.2.1. General
1. Syntax:
lib_init(void)
Description: library initialization, using this library must call this function first.
Parameters:
None.
Return Value: 0:Successful, -1:Fail.
2. Syntax:
lib_close(void)
Description: library close, when you not used this library must call this function.
Parameters:
None.
Return Value: 0:Successful, -1:Fail.
Advertising