Emotiv.EdkDll.IEE_HeadsetGyroRezero C# (CSharp) Method

IEE_HeadsetGyroRezero() public static method

public static IEE_HeadsetGyroRezero ( UInt32 userId ) : Int32
userId System.UInt32
return System.Int32
        public static Int32 IEE_HeadsetGyroRezero(UInt32 userId)
        {
            return Unmanged_IEE_HeadsetGyroRezero(userId);
        }
EdkDll