hellkvist.org Forum Index hellkvist.org
Discussions about the free software on hellkvist.org
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

parseDeliveryTime

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    hellkvist.org Forum Index -> Peffisaur
View previous topic :: View next topic  
Author Message
Times
Guest





PostPosted: Fri Sep 10, 2004 11:44 am    Post subject: parseDeliveryTime Reply with quote

Hi

Is 'parseDeliveryTime' implemented ??

Thanks
Back to top
Peffis
Site Admin


Joined: 09 Sep 2003
Posts: 324
Location: Sweden

PostPosted: Fri Sep 10, 2004 1:39 pm    Post subject: Reply with quote

No it's not I think. Never had the need for it.
But it is probably easy to add it. I haven't looked in the spec for that field but I assume that all primitive parsing methods exists to be able to parse it. Perhaps it's similar to parseDate...but I'm only guessing. Have a look in the MMS Encapsulation doc at wapforum!
Back to top
View user's profile Send private message Visit poster's website
J
Guest





PostPosted: Fri Sep 24, 2004 12:48 pm    Post subject: function parseDeliveryTime Reply with quote

function parseDeliveryTime()
{
MMSDecoder::parseValueLength($length);
switch ( $this->data[$this->curp] )
{
case 128:
$this->curp++;
MMSDecoder::parseDate( $this->deliverytimeDate );
break;
case 129:
$this->curp++;
MMSDecoder::parseDeltaSeconds( $this->deliverytimeDeltaSeconds );
break;
default:
}
}


Bye Very Happy
Back to top
Peffis
Site Admin


Joined: 09 Sep 2003
Posts: 324
Location: Sweden

PostPosted: Sat Sep 25, 2004 4:59 pm    Post subject: Reply with quote

Cool! Thanks for sharing!
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    hellkvist.org Forum Index -> Peffisaur All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group