C# Класс Emotiv.EmotivCloudClient

Показать файл Открыть проект

Открытые методы

Метод Описание
EC_ProfileNameAtIndex ( int userCloudId, int index ) : string
Plugin_EC_ProfileLastModifiedAtIndex ( int userCloudId, int index ) : string

Приватные методы

Метод Описание
EC_Connect ( ) : Int32
EC_DeleteUserProfile ( int userCloudID, int profileId ) : Int32
EC_Disconnect ( ) : Int32
EC_DisconnectEngine ( ) : Int32
EC_GetAllProfileName ( int userCloudID ) : Int32
EC_GetProfileId ( int userCloudID, String profileName ) : int
EC_GetUserDetail ( int &userCloudID ) : Int32
EC_LoadUserProfile ( int userCloudID, int engineUserID, int profileId, int version ) : Int32
EC_Login ( String email, String password ) : Int32
EC_Logout ( int userCloudID ) : Int32
EC_ProfileIDAtIndex ( int userCloudID, int index ) : int
EC_ProfileTypeAtIndex ( int userCloudID, int index ) : profileFileType
EC_ReconnectEngine ( ) : Int32
EC_SaveUserProfile ( int userCloudID, int engineUserID, String profileName, profileFileType ptype ) : Int32
EC_UpdateUserProfile ( int userCloudID, int engineUserID, int profileId ) : Int32
_EC_ProfileLastModifiedAtIndex ( int userCloudID, int index ) : IntPtr
_EC_ProfileNameAtIndex ( int userCloudID, int index ) : IntPtr

Описание методов

EC_ProfileNameAtIndex() публичный статический Метод

public static EC_ProfileNameAtIndex ( int userCloudId, int index ) : string
userCloudId int
index int
Результат string

Plugin_EC_ProfileLastModifiedAtIndex() публичный статический Метод

public static Plugin_EC_ProfileLastModifiedAtIndex ( int userCloudId, int index ) : string
userCloudId int
index int
Результат string