Emotiv.EdkDll.Unmanged_IEE_MentalCommandGetActivationLevel C# (CSharp) Method

Unmanged_IEE_MentalCommandGetActivationLevel() private method

private Unmanged_IEE_MentalCommandGetActivationLevel ( UInt32 userId, Int32 &pLevelOut ) : Int32
userId UInt32
pLevelOut Int32
return Int32
        static extern Int32 Unmanged_IEE_MentalCommandGetActivationLevel(UInt32 userId, out Int32 pLevelOut);
EdkDll