Exemplo n.º 1
0
        static int n_DescribeContents(IntPtr jnienv, IntPtr native__this)
        {
            GetPowerStateResponse __this = Java.Lang.Object.GetObject <GetPowerStateResponse> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.DescribeContents());
        }
Exemplo n.º 2
0
        static int n_GetTimeSinceLastCharge(IntPtr jnienv, IntPtr native__this)
        {
            GetPowerStateResponse __this = Java.Lang.Object.GetObject <GetPowerStateResponse> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.TimeSinceLastCharge);
        }
Exemplo n.º 3
0
        static int n_GetRecordVersion(IntPtr jnienv, IntPtr native__this)
        {
            GetPowerStateResponse __this = Java.Lang.Object.GetObject <GetPowerStateResponse> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.RecordVersion);
        }
Exemplo n.º 4
0
        static short n_GetPowerState(IntPtr jnienv, IntPtr native__this)
        {
            GetPowerStateResponse __this = Java.Lang.Object.GetObject <GetPowerStateResponse> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.PowerState);
        }
Exemplo n.º 5
0
        static int n_GetNumberOfCharges(IntPtr jnienv, IntPtr native__this)
        {
            GetPowerStateResponse __this = Java.Lang.Object.GetObject <GetPowerStateResponse> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.NumberOfCharges);
        }
Exemplo n.º 6
0
        static float n_GetBatteryVoltage(IntPtr jnienv, IntPtr native__this)
        {
            GetPowerStateResponse __this = Java.Lang.Object.GetObject <GetPowerStateResponse> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.BatteryVoltage);
        }