コード例 #1
0
 static void n_Write_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttOutputStream __this = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttOutputStream> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Write(p0);
 }
コード例 #2
0
 static void n_Write_Lorg_eclipse_paho_client_mqttv3_internal_wire_MqttWireMessage_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttOutputStream __this = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttOutputStream> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttWireMessage  p0     = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MqttWireMessage> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.Write(p0);
 }