예제 #1
0
        static bool n_IsOptionFlagSet_J(IntPtr jnienv, IntPtr native__this, long p0)
        {
            GetOptionFlagsResponse __this = Java.Lang.Object.GetObject <GetOptionFlagsResponse> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.IsOptionFlagSet(p0));
        }
예제 #2
0
        static long n_GetOptionFlags(IntPtr jnienv, IntPtr native__this)
        {
            GetOptionFlagsResponse __this = Java.Lang.Object.GetObject <GetOptionFlagsResponse> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.OptionFlags);
        }
예제 #3
0
        static int n_DescribeContents(IntPtr jnienv, IntPtr native__this)
        {
            GetOptionFlagsResponse __this = Java.Lang.Object.GetObject <GetOptionFlagsResponse> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.DescribeContents());
        }
예제 #4
0
        static sbyte n_GetDeviceId(IntPtr jnienv, IntPtr native__this)
        {
            GetOptionFlagsResponse __this = Java.Lang.Object.GetObject <GetOptionFlagsResponse> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.DeviceId);
        }