Showing changes from revision #1 to #2:
Added | Removed | Changed
Entry | ||
---|---|---|
R0 | Flags: | |
Bits 31-0 | reserved (0) | |
R1 | Session identifier |
Deregister a client session with the URL module.
R0 | ||||
Bits 0-31 | reserved (0) | |||
Session identifier | ||||
Interrupt status undefined |
Exit | ||
---|---|---|
R0 | Status word (see SWI URL_Status for details | |
All other registers preserved |
Interrupt status undefined
SWI is not re-entrant.
This call deregisters the client session from the URL module, freeing up any information the URL module may have kept about the client session (e.g. proxy information). The session identifier ceases to be valid and becomes available for re-issue on a subsequent call to SWI URL_Register.URL_Register.
When this SWI is called, the URL module invokes the Protocol_StopProtocol_Stop SWI for the protocol module concerned, if it has not already done so (e.g. during the processing of URL_Stop).URL_Stop).
None