Emotiv.EdkDll.Unmanaged_IS_GetBatteryChargeLevel C# (CSharp) Method

Unmanaged_IS_GetBatteryChargeLevel() private method

private Unmanaged_IS_GetBatteryChargeLevel ( IntPtr state, Int32 &chargeLevel, Int32 &maxChargeLevel ) : void
state System.IntPtr
chargeLevel System.Int32
maxChargeLevel System.Int32
return void
        static extern void Unmanaged_IS_GetBatteryChargeLevel(IntPtr state, out Int32 chargeLevel, out Int32 maxChargeLevel);
EdkDll