stmfSetPersistMethod - set persistence method for the stmf service
cc [ flag... ] file... -lstmf [ library... ] #include <libstmf.h> int stmfSetPersistMethod(uint8_t persistType, boolean_t serviceSet);
The requested persistence setting. Can be either STMF_PERSIST_SMF or STMF_PERSIST_NONE.
Set to indicate whether the setting should persist on the stmf service. When set to B_FALSE, this setting is only applicable for the duration of the current library open or until a subsequent call is made to change the setting.
The stmfSetPersistMethod() function sets the persistence method for stmf.
The following values are returned:
The API call was successful.
The persistType argument is invalid.
See attributes(7) for descriptions of the following attributes:
|