INET_GetSubNet

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > INet >

INET_GetSubNet

 

Description

 

Returns the Subnet Mask of the requested interface.

 

Syntax

 

sSubMask = INET_GetSubNet(Idx)

 

Returns

 

String.

 

Parameters

 

Name

Type

Optional

Meaning

idx

Number

No

Index to the requested IP information.

 

Remarks

 

Restrictions

 

See also

 

INET_GetState, INET_GetIp

 

Examples