IS_MentalCommandIsActive() public static method

public static IS_MentalCommandIsActive ( IntPtr state ) : System.Boolean
state System.IntPtr
return System.Boolean
Example #1
0
 /// <summary>
 /// Query whether the signal is too noisy for Cognitiv detection to be active
 /// </summary>
 /// <returns>detection state (false: Not Active, true: Active)</returns>
 public Boolean MentalCommandIsActive()
 {
     return(EdkDll.IS_MentalCommandIsActive(hEmoState));
 }