static IntPtr n_Packetize(IntPtr jnienv, IntPtr native__this) { DeviceCommand __this = Java.Lang.Object.GetObject <DeviceCommand> (native__this, JniHandleOwnership.DoNotTransfer); return(JNIEnv.NewArray(__this.Packetize())); }
static sbyte n_GetCommandLength_I(IntPtr jnienv, IntPtr native__this, int p0) { DeviceCommand __this = Java.Lang.Object.GetObject <DeviceCommand> (native__this, JniHandleOwnership.DoNotTransfer); return(__this.GetCommandLength(p0)); }
static long n_GetSentTimeStamp(IntPtr jnienv, IntPtr native__this) { DeviceCommand __this = Java.Lang.Object.GetObject <DeviceCommand> (native__this, JniHandleOwnership.DoNotTransfer); return(__this.SentTimeStamp); }
static void n_SetSentTimeStamp_J(IntPtr jnienv, IntPtr native__this, long p0) { DeviceCommand __this = Java.Lang.Object.GetObject <DeviceCommand> (native__this, JniHandleOwnership.DoNotTransfer); __this.SentTimeStamp = p0; }
static sbyte n_GetDeviceId(IntPtr jnienv, IntPtr native__this) { DeviceCommand __this = Java.Lang.Object.GetObject <DeviceCommand> (native__this, JniHandleOwnership.DoNotTransfer); return(__this.DeviceId); }