
GET_NET_PARAMETER$
Purpose
To get network settings.
Syntax
A$ = GET_NET_PARAMETER$(index%)
Remarks
"A$" is a string variable to be assigned to the result.
"index%" is an integer variable, indicating a specific configuration item by
index number.
Error code:
Value Meaning
0
3000
3004
3012
Normal status: the connection is open.
Invalid index number.
Connection is closed.
START TCPIP not applied.
Example
NetSetting$ = GET_NET_PARAMETER$(0)
See Also
SET_NET_PARAMETER, SOCKET_IP$, TCP_ERR_CODE
SET_NET_PARAMETER
Purpose
To configure network settings.
Syntax
SET_NET_PARAMETER(index%, A$)
Remarks
Note that it is not necessary to configure the setting every time.
"index%" is an integer variable, indicating a specific configuration item by index
number.
"A$" is a string variable indicating the network setting to be configured.
Configuration Item Setup string
(Boolean type)
Authentication
WEP Key Length
System Scale
Preamble Type
"Enable" / "Disable"
"Open" / "Share"
"64 bits" / "128 bits"
"Low" / "Medium" / "High"
"Short" / "Long" / "Both"
Comentarios a estos manuales