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

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

            return(__this.AsyncDataType);
        }