static int n_GetRightSpeed(IntPtr jnienv, IntPtr native__this) { RawMotorCommand __this = Java.Lang.Object.GetObject <RawMotorCommand> (native__this, JniHandleOwnership.DoNotTransfer); return(__this.RightSpeed); }
static int n_DescribeContents(IntPtr jnienv, IntPtr native__this) { RawMotorCommand __this = Java.Lang.Object.GetObject <RawMotorCommand> (native__this, JniHandleOwnership.DoNotTransfer); return(__this.DescribeContents()); }
static sbyte n_GetDeviceId(IntPtr jnienv, IntPtr native__this) { RawMotorCommand __this = Java.Lang.Object.GetObject <RawMotorCommand> (native__this, JniHandleOwnership.DoNotTransfer); return(__this.DeviceId); }