AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de flujo
  • Procedure for stream detection
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Devuelve el nombre y/o el número del emisor del flujo. Permite obtener información sobre la conexión entrante antes de aceptarla.
Ejemplo
// Retrieves the name of stream issuer
CallerName is string = StreamInfo(StreamID)
// Retrieves the number of the stream issuer
CallerNumber is string = StreamInfo(StreamID, StreamCallerNumber)
Sintaxis
<Result> = StreamInfo(<Connection ID> [, <Requested information>])
<Result>: Cadena de caracteres
Nombre o número del emisor del flujo.
<Connection ID>: Integro
Identificador de la conexión (se encuentra en el Event "Solicitud de conexión de un nuevo flujo").
<Requested information>: Constante opcional de tipo Integer
Información a devolver:
StreamCallerName
(valor predeterminado)
Nombre del emisor del flujo.
En WLanguage, este nombre puede ser devuelto por la propiedad Identificador.
StreamCallerNumberNúmero del emisor del flujo (dirección iP, por ejemplo).
Observaciones

Procedure for stream detection

A stream is associated with the "Connection request of new stream" event. This event is executed when a request to connect to an incoming stream is detected.
This event is run in one of the following cases:
  • if the Detection property applied to the stream is set to True.
  • if the option "Detection of active incoming streams" has been checked in the stream description window.
Note This event is executed in a specific WLanguage Thread. Therefore, it is subject to limitations specific to the threads. For more details on threads, see Managing threads with WINDEV.
Componente: wd300com.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

Señalar un error o enviar una sugerencia | Ayuda local