Emotiv.EdkDll.IEE_MentalCommandGetSignatureCacheSize C# (CSharp) Method

IEE_MentalCommandGetSignatureCacheSize() public static method

public static IEE_MentalCommandGetSignatureCacheSize ( UInt32 userId, UInt32 &pSizeOut ) : Int32
userId System.UInt32
pSizeOut System.UInt32
return System.Int32
        public static Int32 IEE_MentalCommandGetSignatureCacheSize(UInt32 userId, out UInt32 pSizeOut)
        {
            return Unmanged_IEE_MentalCommandGetSignatureCacheSize(userId, out pSizeOut);
        }
EdkDll