Пример #1
0
        static int n_GetNewYawTare(IntPtr jnienv, IntPtr native__this)
        {
            ConfigureLocatorCommand __this = Java.Lang.Object.GetObject <ConfigureLocatorCommand> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.NewYawTare);
        }
Пример #2
0
        static int n_DescribeContents(IntPtr jnienv, IntPtr native__this)
        {
            ConfigureLocatorCommand __this = Java.Lang.Object.GetObject <ConfigureLocatorCommand> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.DescribeContents());
        }
Пример #3
0
        static sbyte n_GetDeviceId(IntPtr jnienv, IntPtr native__this)
        {
            ConfigureLocatorCommand __this = Java.Lang.Object.GetObject <ConfigureLocatorCommand> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.DeviceId);
        }