Exemplo n.º 1
0
 static int n_GetMessageId(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttReceivedMessage __this = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttReceivedMessage> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.MessageId);
 }
Exemplo n.º 2
0
 static void n_SetMessageId_I(IntPtr jnienv, IntPtr native__this, int msgId)
 {
     global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttReceivedMessage __this = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttReceivedMessage> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.MessageId = msgId;
 }
Exemplo n.º 3
0
 static void n_SetDuplicate_Z(IntPtr jnienv, IntPtr native__this, bool value)
 {
     global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttReceivedMessage __this = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttReceivedMessage> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetDuplicate(value);
 }