Exemple #1
0
 static sbyte n_GetMessageInfo(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttConnect __this = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttConnect> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.MessageInfo);
 }
Exemple #2
0
 static IntPtr n_GetVariableHeader(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttConnect __this = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttConnect> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewArray(__this.GetVariableHeader()));
 }
Exemple #3
0
 static bool n_IsCleanSession(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttConnect __this = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttConnect> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsCleanSession);
 }