Search found 4 matches

by Alberto
Wed Dec 10, 2008 9:08 am
Forum: NetBurner Software
Topic: How do you set the Time Zone offset?
Replies: 2
Views: 4076

Re: How do you set the Time Zone offset?

Nice answer Ridgeglider. It works like a champ. You answer was straight to the point, with examples and documentation. It doesn't get any better than that.

Alberto
by Alberto
Tue Dec 09, 2008 6:50 pm
Forum: NetBurner Software
Topic: How do you set the Time Zone offset?
Replies: 2
Views: 4076

How do you set the Time Zone offset?

Does anyone know how to inform the OS the time zone offset? This is my situation. I need to produce strings with local time and UTC time in my MOD5270. I set the time with SetNTPTime() and that works fine, but how do you tell the OS that my timezone is -8:00. This sample code fragment ilustrates the ...
by Alberto
Wed Nov 19, 2008 1:49 pm
Forum: NetBurner Software
Topic: SockReadWithTimeout() or ReadWithTimeout()?
Replies: 0
Views: 3801

SockReadWithTimeout() or ReadWithTimeout()?

If I'm reading from a socket, should I use SockReadWithTimeout() or ReadWithTimeout()? They both have the same arguments. Experimenting with them show that they both work. Is there a performance or otherwise a functional difference between the two functions?

Thanks,
Alberto
by Alberto
Tue Oct 28, 2008 6:13 pm
Forum: NetBurner Software
Topic: Regarding MyDoGet() return value
Replies: 0
Views: 3966

Regarding MyDoGet() return value

I wonder if someone can point me in the right direction regarding the documentation of the return value of the user-defined function MyDoGet(). The HtmlPassword sample program uses a return value of 1 in its MyDoGet() while the EFFS-HTTP sample program uses 0s. Furthermore the library file http.cpp ...