close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Apr 13, 2009, 9:28:10 AM (16 years ago)
- Author:
-
ramon
- Comment:
-
Crear función
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v1
|
|
| 1 | = {{{hidraEACServer}}} = |
| 2 | |
| 3 | == Descripción == |
| 4 | |
| 5 | Devuelve la dirección IP del cliente con el que se está trabajando. |
| 6 | |
| 7 | Formato:: |
| 8 | {{{hidraClientIP}}} |
| 9 | |
| 10 | Salida:: |
| 11 | {{{ipcliente}}} |
| 12 | |
| 13 | Parámetros:: |
| 14 | Ninguno. |
| 15 | |
| 16 | Errores:: |
| 17 | Ninguno (por determinar). |
| 18 | |
| 19 | Notas:: |
| 20 | Esta función muestra el valor de la variable {{{IP}}} de EAC. |
| 21 | |
| 22 | Código fuente: |
| 23 | [source:/trunk/Hidra/scripts/hidraClientIP] |
| 24 | |
| 25 | == Ejemplos == |
| 26 | |
| 27 | Ejecución desde la consola: |
| 28 | {{{ |
| 29 | # hidraClientIP |
| 30 | 10.1.12.25 |
| 31 | }}} |