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

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

            return(__this.DescribeContents());
        }
Exemplo n.º 3
0
        static sbyte n_GetDeviceId(IntPtr jnienv, IntPtr native__this)
        {
            GetUserRGBColorResponse __this = Java.Lang.Object.GetObject <GetUserRGBColorResponse> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.DeviceId);
        }