Function psyiage_event_import_file¶
Defined in File psyiagesdk.h
Function Documentation¶
-
FUTURE_PSYIAGE_API int
psyiage_event_import_file
(psyiage_handle handle, char *path)¶ Import events from a file.
Parse event logs from a file and import into the current session
- Note
Not yet implemented
- Return
If successful, PSYIAGE_ERROR_SUCCESS. Otherwise, a non-zero error code
- Parameters
handle
: - A handle to the psyiage instancepath
: - Path of event log file to import