Emotiv.EdkDll.Unmanaged_IEE_MotionDataGetSamplingRate C# (CSharp) Method

Unmanaged_IEE_MotionDataGetSamplingRate() private method

private Unmanaged_IEE_MotionDataGetSamplingRate ( UInt32 userId, UInt32 &pSamplingRate ) : Int32
userId System.UInt32
pSamplingRate System.UInt32
return System.Int32
        static extern Int32 Unmanaged_IEE_MotionDataGetSamplingRate(UInt32 userId, out UInt32 pSamplingRate);
EdkDll