Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each key pair value are stored internally to a list, when all key value pairs have been received the list is posted to the upper application using a callback function called 'GGI post' function. Since all connections are processing within only 1 task it is very important that all hook functions are non-blocking and can be executed quickly. See section 4-12-8 “CGI Post” on page 67 for CGI Post for further details about the implementation to this hook function.

...