Example #1
0
 static void n_Stop(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Websocket.WebSocketReceiver __this = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Websocket.WebSocketReceiver> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Stop();
 }
Example #2
0
 static bool n_IsReceiving(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Websocket.WebSocketReceiver __this = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Websocket.WebSocketReceiver> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsReceiving);
 }
Example #3
0
        static void n_Start_Ljava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_threadName)
        {
            global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Websocket.WebSocketReceiver __this = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Websocket.WebSocketReceiver> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            string threadName = JNIEnv.GetString(native_threadName, JniHandleOwnership.DoNotTransfer);

            __this.Start(threadName);
        }