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