Emotiv.EdkDll.IEE_MentalCommandStopSamplingNeutral C# (CSharp) Method

IEE_MentalCommandStopSamplingNeutral() public static method

public static IEE_MentalCommandStopSamplingNeutral ( UInt32 userId ) : Int32
userId System.UInt32
return System.Int32
        public static Int32 IEE_MentalCommandStopSamplingNeutral(UInt32 userId)
        {
            return Unmanged_IEE_MentalCommandStopSamplingNeutral(userId);
        }
EdkDll