Exemplo n.º 1
0
        public static SMSData decode(byte[] data, uint size, bool MobOrig)
        {
            IntPtr  cPtr = tinyWRAPPINVOKE.SMSEncoder_decode(data, size, MobOrig);
            SMSData ret  = (cPtr == IntPtr.Zero) ? null : new SMSData(cPtr, true);

            return(ret);
        }
Exemplo n.º 2
0
 internal static HandleRef getCPtr(SMSData obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 3
0
 internal static HandleRef getCPtr(SMSData obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }