Emotiv.EdkDll.IEE_MentalCommandStartSamplingNeutral C# (CSharp) Method

IEE_MentalCommandStartSamplingNeutral() public static method

public static IEE_MentalCommandStartSamplingNeutral ( UInt32 userId ) : Int32
userId System.UInt32
return System.Int32
        public static Int32 IEE_MentalCommandStartSamplingNeutral(UInt32 userId)
        {
            return Unmanged_IEE_MentalCommandStartSamplingNeutral(userId);
        }
EdkDll