static void n_SetReceivedTimeStamp_J(IntPtr jnienv, IntPtr native__this, long p0)
        {
            DeviceResponse __this = Java.Lang.Object.GetObject <DeviceResponse> (native__this, JniHandleOwnership.DoNotTransfer);

            __this.ReceivedTimeStamp = p0;
        }
        static bool n_GetIsDataCorrupt(IntPtr jnienv, IntPtr native__this)
        {
            DeviceResponse __this = Java.Lang.Object.GetObject <DeviceResponse> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.IsDataCorrupt);
        }
        static long n_GetReceivedTimeStamp(IntPtr jnienv, IntPtr native__this)
        {
            DeviceResponse __this = Java.Lang.Object.GetObject <DeviceResponse> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.ReceivedTimeStamp);
        }
        static sbyte n_GetDeviceId(IntPtr jnienv, IntPtr native__this)
        {
            DeviceResponse __this = Java.Lang.Object.GetObject <DeviceResponse> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.DeviceId);
        }