Article # 223, added by Geoworks, historical record
| first | previous | index | next | last |

Socket error (specifically 5402).




  The socket error of 5402 is in decimal. It is a combination of
SE_LINK_FAILED / SSDE_INVALID_ACCPNT, a SocketError type and a
SpecSocketDrError type. Most of the Socket routines return a hybrid error
value, a combination of SocketError and SpecSocketDrError. This is
mentioned in the sockmisc.def file in the \pcgeos\include directory.

  INVALID_ACCPNT means either the access point does not exist, or that
it does not contain a phone number. If it is the latter case then you need
to call AccessPointGetType and verify that the access point you get is an
APT_INTERNET or not.