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