static sbyte n_GetCommandId(IntPtr jnienv, IntPtr native__this) { RunMacroResponse __this = Java.Lang.Object.GetObject <RunMacroResponse> (native__this, JniHandleOwnership.DoNotTransfer); return(__this.CommandId); }
static int n_DescribeContents(IntPtr jnienv, IntPtr native__this) { RunMacroResponse __this = Java.Lang.Object.GetObject <RunMacroResponse> (native__this, JniHandleOwnership.DoNotTransfer); return(__this.DescribeContents()); }