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

            return(__this.DeviceId);
        }
        static int n_DescribeContents(IntPtr jnienv, IntPtr native__this)
        {
            InitMacroExecutiveCommand __this = Java.Lang.Object.GetObject <InitMacroExecutiveCommand> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.DescribeContents());
        }