Beispiel #1
0
        static IntPtr n_GetName(IntPtr jnienv, IntPtr native__this)
        {
            GetBluetoothInfoResponse __this = Java.Lang.Object.GetObject <GetBluetoothInfoResponse> (native__this, JniHandleOwnership.DoNotTransfer);

            return(JNIEnv.NewString(__this.Name));
        }
Beispiel #2
0
        static int n_DescribeContents(IntPtr jnienv, IntPtr native__this)
        {
            GetBluetoothInfoResponse __this = Java.Lang.Object.GetObject <GetBluetoothInfoResponse> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.DescribeContents());
        }
Beispiel #3
0
        static sbyte n_GetDeviceId(IntPtr jnienv, IntPtr native__this)
        {
            GetBluetoothInfoResponse __this = Java.Lang.Object.GetObject <GetBluetoothInfoResponse> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.DeviceId);
        }