Emotiv.EdkDll.IS_Create C# (CSharp) Method

IS_Create() public static method

public static IS_Create ( ) : IntPtr
return System.IntPtr
        public static IntPtr IS_Create()
        {
            return Unmanaged_IS_Create();
        }

Usage Example

示例#1
0
 /// <summary>
 /// Constructor
 /// </summary>
 public EmoState()
 {
     hEmoState = EdkDll.IS_Create();
 }
All Usage Examples Of Emotiv.EdkDll::IS_Create
EdkDll