EmotivCloudClient.h
Go to the documentation of this file.
EMOTIVCLOUD_API int EC_LoadUserProfile(int userCloudID, int engineUserID, int profileId, int version=-1)
Load profile from Emotiv Cloud.
EMOTIVCLOUD_API int EC_GetAllProfileName(int userCloudID)
Update all the profile info from Emotiv Cloud.
EMOTIVCLOUD_API profileFileType EC_ProfileTypeAtIndex(int userCloudID, int index)
Return the type of a profile in cache.
Definition: EmotivCloudClient.h:53
EMOTIVCLOUD_API int EC_Login(const char *username, const char *password)
Login Emotiv Cloud with EmotivID.
EMOTIVCLOUD_API int EC_UpdateUserProfile(int userCloudID, int engineUserID, int profileId)
Update user profile to Emotiv Cloud.
EMOTIVCLOUD_API int EC_DeleteUserProfile(int userCloudID, int profileId)
Delete user profile from Emotiv Cloud.
Definition: EmotivCloudClient.h:52
EMOTIVCLOUD_API int EC_SaveUserProfile(int userCloudID, int engineUserID, const char *profileName, profileFileType ptype)
Save user profile to Emotiv Cloud.
EMOTIVCLOUD_API int EC_ProfileIDAtIndex(int userCloudID, int index)
Return the profile ID of a profile in cache.
EMOTIVCLOUD_API int EC_GetProfileId(int userCloudID, const char *profileName)
Get profile ID of a user.
EMOTIVCLOUD_API const char * EC_ProfileNameAtIndex(int userCloudID, int index)
Return the profile name of a profile in cache.
EMOTIVCLOUD_API const char * EC_ProfileLastModifiedAtIndex(int userCloudID, int index)
Return the last modified timestamp of a profile in cache.
1.8.11