Gentee Programming Language > Documentation > Libraries Download documentation

inetnotify

This structure is passed to the message handling function as a parameter. Additional parameters take various values depending on the message code.
 
type inetnotify {
      str   url
      str   head
      uint   param
      str   sparam
}

Fields

urlThe URL address being processed.
headThe header of the received packet.
paramAdditional integer parameter.
sparamAdditional string parameter.

See also

    Internet


 Copyright © 2004-2006 Gentee Inc. All rights reserved.