inetnotify
Type for handling messages. 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
}
{
str url
str head
uint param
str sparam
}
Members
url | The URL address being processed. |
head | The header of the received packet. |
param | Additional integer parameter. |
sparam | Additional string parameter. |
Related links | Source |