static int n_GetReturnCode(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttConnack __this = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttConnack> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.ReturnCode);
 }
 static IntPtr n_GetVariableHeader(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttConnack __this = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttConnack> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewArray(__this.GetVariableHeader()));
 }