Emotiv.EdkDll.IEE_MentalCommandSetSignatureCacheSize C# (CSharp) Method

IEE_MentalCommandSetSignatureCacheSize() public static method

public static IEE_MentalCommandSetSignatureCacheSize ( UInt32 userId, UInt32 size ) : Int32
userId System.UInt32
size System.UInt32
return System.Int32
        public static Int32 IEE_MentalCommandSetSignatureCacheSize(UInt32 userId, UInt32 size)
        {
            return Unmanged_IEE_MentalCommandSetSignatureCacheSize(userId, size);
        }
EdkDll