Network Interface services: Difference between revisions
Misson20000 (talk | contribs) |
|||
Line 89: | Line 89: | ||
|- | |- | ||
| 37 || [4.0.0+] Shutdown || | | 37 || [4.0.0+] Shutdown || | ||
|- | |||
| 38 || [6.0.0+] GetAllowedChannels || | |||
|} | |} | ||
Line 163: | Line 165: | ||
|- | |- | ||
| 25 || UnregisterSocketDescriptor | | 25 || UnregisterSocketDescriptor | ||
|} | |} | ||
==== GetRequestState ==== | ==== GetRequestState ==== | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 177: | Line 177: | ||
|- | |- | ||
| 3 || Connected | | 3 || Connected | ||
|} | |} | ||
==== GetResult ==== | ==== GetResult ==== | ||
If the request enters state 1, this command can be used to determine why. It responds with the nice networking error codes that there are support pages for. | If the request enters state 1, this command can be used to determine why. It responds with the nice networking error codes that there are support pages for. | ||
==== GetSystemEventReadableHandles ==== | ==== GetSystemEventReadableHandles ==== | ||
Returns two event handles. The first one signals when the RequestState changes. | Returns two event handles. The first one signals when the RequestState changes. | ||
==== Cancel ==== | ==== Cancel ==== | ||
Cancels the request to bring the network up. | Cancels the request to bring the network up. | ||
==== Submit ==== | ==== Submit ==== | ||
Submits the request to bring the network up. Call this after configuring the request. | Submits the request to bring the network up. Call this after configuring the request. | ||
==== SetConnectionConfirmationOption ==== | ==== SetConnectionConfirmationOption ==== | ||
Set how to verify the internet connection. | Set how to verify the internet connection. | ||
Line 219: | Line 213: | ||
==== SetPersistent ==== | ==== SetPersistent ==== | ||
If this is set, when the network connection is lost, rather than causing the request to enter state 1, it will instead enter state 2 and attempt to bring the network back up again. | If this is set, when the network connection is lost, rather than causing the request to enter state 1, it will instead enter state 2 and attempt to bring the network back up again. | ||