예제 #1
0
        static IntPtr n_ˮ͈_arrayB(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Qcl.VH.Ble.BloodGlucoseGattClient __this = global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.Ble.BloodGlucoseGattClient> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            byte[] p0    = (byte[])JNIEnv.GetArray(native_p0, JniHandleOwnership.DoNotTransfer, typeof(byte));
            IntPtr __ret = JNIEnv.NewString(__this.ˮ͈(p0));

            if (p0 != null)
            {
                JNIEnv.CopyArray(p0, native_p0);
            }
            return(__ret);
        }
예제 #2
0
 static void n_ˮ͈_Landroid_bluetooth_BluetoothGatt_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Qcl.VH.Ble.BloodGlucoseGattClient __this = global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.Ble.BloodGlucoseGattClient> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Bluetooth.BluetoothGatt       p0     = global::Java.Lang.Object.GetObject <global::Android.Bluetooth.BluetoothGatt> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.ˮ͈(p0);
 }