protected static unsafe global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MultiByteInteger ReadMBI(global::Java.IO.DataInputStream @in)
 {
     if (id_readMBI_Ljava_io_DataInputStream_ == IntPtr.Zero)
     {
         id_readMBI_Ljava_io_DataInputStream_ = JNIEnv.GetStaticMethodID(class_ref, "readMBI", "(Ljava/io/DataInputStream;)Lorg/eclipse/paho/client/mqttv3/internal/wire/MultiByteInteger;");
     }
     try {
         JValue *__args = stackalloc JValue [1];
         __args [0] = new JValue(@in);
         global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MultiByteInteger __ret = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MultiByteInteger> (JNIEnv.CallStaticObjectMethod(class_ref, id_readMBI_Ljava_io_DataInputStream_, __args), JniHandleOwnership.TransferLocalRef);
         return(__ret);
     } finally {
     }
 }
Ejemplo n.º 2
0
 static long n_GetValue(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MultiByteInteger __this = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.Internal.Wire.MultiByteInteger> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Value);
 }