Remitente de pings
Este archivo incluye la API de OpenThread para el módulo emisor de ping.
Resumen
| Typedefs | |
|---|---|
| otPingSenderConfig | typedef struct otPingSenderConfigRepresenta una configuración de solicitud de ping.  | 
| otPingSenderReply | typedef struct otPingSenderReplyRepresenta una respuesta de ping.  | 
| otPingSenderReplyCallback)(const otPingSenderReply *aReply, void *aContext) | typedef void(*El tipo de puntero especifica la devolución de llamada para notificar la recepción de una respuesta de ping.  | 
| otPingSenderStatistics | typedef struct otPingSenderStatisticsRepresenta las estadísticas de una solicitud de ping.  | 
| otPingSenderStatisticsCallback)(const otPingSenderStatistics *aStatistics, void *aContext) | typedef void(*El tipo de puntero especifica la devolución de llamada para informar las estadísticas de ping.  | 
| remotas | |
|---|---|
| otPingSenderPing(otInstance *aInstance, const otPingSenderConfig *aConfig) | Inicia un ping.  | 
| otPingSenderStop(otInstance *aInstance) | voidDetiene un ping en curso.  | 
| Structs | |
|---|---|
| otPingSenderConfig | Representa una configuración de solicitud de ping. | 
| otPingSenderReply | Representa una respuesta de ping. | 
| otPingSenderStatistics | Representa las estadísticas de una solicitud de ping. | 
Typedefs
otPingSenderConfig
struct otPingSenderConfig otPingSenderConfig
Representa una configuración de solicitud de ping.
otPingSenderReplyCallback
void(* otPingSenderReplyCallback)(const otPingSenderReply *aReply, void *aContext)
El tipo de puntero especifica la devolución de llamada para notificar la recepción de una respuesta de ping.
| Detalles | |||||
|---|---|---|---|---|---|
| Parámetros | 
 | ||||
otPingSenderStatistics
struct otPingSenderStatistics otPingSenderStatistics
Representa las estadísticas de una solicitud de ping.
otPingSenderStatisticsCallback
void(* otPingSenderStatisticsCallback)(const otPingSenderStatistics *aStatistics, void *aContext)
El tipo de puntero especifica la devolución de llamada para informar las estadísticas de ping.
| Detalles | |||||
|---|---|---|---|---|---|
| Parámetros | 
 | ||||
remotas
otPingSenderPing
otError otPingSenderPing( otInstance *aInstance, const otPingSenderConfig *aConfig )
Inicia un ping.
| Detalles | |||||||
|---|---|---|---|---|---|---|---|
| Parámetros | 
 | ||||||
| Valores que se muestran | 
 | ||||||
otPingSenderStop
void otPingSenderStop( otInstance *aInstance )
Detiene un ping en curso.
| Detalles | |||
|---|---|---|---|
| Parámetros | 
 | ||
Recursos
Los temas de referencia de la API de OpenThread se originan a partir del código fuente, disponible en GitHub. Para obtener más información o contribuir a nuestra documentación, consulta Recursos.