C# 클래스 Emotiv.EmotivCloudClient

파일 보기 프로젝트 열기: Emotiv/community-sdk

공개 메소드들

메소드 설명
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