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

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

            return(__this.CommandId);
        }
Beispiel #3
0
        static float n_GetTimeBeforeTimeout(IntPtr jnienv, IntPtr native__this)
        {
            SetMotionTimeoutCommand __this = Java.Lang.Object.GetObject <SetMotionTimeoutCommand> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.TimeBeforeTimeout);
        }