INET_GetState

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > INet >

INET_GetState

 

Description

 

Returns internet connection state.

 

Syntax

 

n = INET_GetState()

 

Returns

 

Number.

%TRUE if connected to internet

%FALSE if not connected to internet

 

Parameters

 

Name

Type

Optional

Meaning





 

Remarks

 

Restrictions

 

See also

 

INET_GetConnectionMode

 

Examples