예제 #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);
        }
예제 #2
0
 internal static HandleRef getCPtr(SMSData obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
예제 #3
0
 internal static HandleRef getCPtr(SMSData obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }