ACI:GetConnectingNetworkMtu: Difference between revisions
mNo edit summary |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 23: | Line 23: | ||
=Description= | =Description= | ||
If 3DS is connected to | Return the current access point to MTU value. | ||
If 3DS isn't connected to | If the 3DS is connected to the internet, return the current access point's MTU value. | ||
If the 3DS isn't connected to the internet, return the last connected access point's MTU value. | |||
(If the 3DS has never connected to any access point return to 0) | |||
=Example= | =Example= | ||
| Line 41: | Line 43: | ||
printf("MTU value : %ld", cache_buffer[2]); | printf("MTU value : %ld", cache_buffer[2]); | ||
svcCloseHandle(share_ac_handle); | |||