Metrologic IS1000 Series Guía de usuario Pagina 127

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 198
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 126
Chapter
5
BASIC
Commands
121
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"
Vista de pagina 126
1 2 ... 122 123 124 125 126 127 128 129 130 131 132 ... 197 198

Comentarios a estos manuales

Sin comentarios