Remitente de ping
Este archivo incluye la API de OpenThread para el módulo emisor de ping.
Resumen
Typedefs |
|
---|---|
otPingSenderConfig
|
typedefstruct otPingSenderConfig
Esta estructura representa una configuración de solicitud de ping. |
otPingSenderReply
|
typedefstruct otPingSenderReply
Esta estructura representa una respuesta de ping. |
otPingSenderReplyCallback)(const otPingSenderReply *aReply, void *aContext)
|
typedefvoid(*
Este tipo de puntero de función especifica la devolución de llamada para notificar la recepción de una respuesta de ping. |
otPingSenderStatistics
|
typedefstruct otPingSenderStatistics
Esta estructura representa las estadísticas de una solicitud de ping. |
otPingSenderStatisticsCallback)(const otPingSenderStatistics *aStatistics, void *aContext)
|
typedefvoid(*
Este tipo de puntero de función especifica la devolución de llamada para informar las estadísticas de ping. |
Functions |
|
---|---|
otPingSenderPing(otInstance *aInstance, const otPingSenderConfig *aConfig)
|
Esta función inicia un ping.
|
otPingSenderStop(otInstance *aInstance)
|
void
Esta función detiene un ping continuo.
|
Structs |
|
---|---|
OtPingSenderConfig |
Esta estructura representa una configuración de solicitud de ping. |
OtPingSenderAnswer |
Esta estructura representa una respuesta de ping. |
OtPingSenderStatistics |
Esta estructura representa las estadísticas de una solicitud de ping. |
Typedefs
otPingSenderConfig
struct otPingSenderConfig otPingSenderConfig
Esta estructura representa una configuración de solicitud de ping.
OtPingSenderAnswer
struct otPingSenderReply otPingSenderReply
Esta estructura representa una respuesta de ping.
otPingSenderAnswerCallback
void(* otPingSenderReplyCallback)(const otPingSenderReply *aReply, void *aContext)
Este tipo de puntero de función especifica la devolución de llamada para notificar la recepción de una respuesta de ping.
Detalles | |||||
---|---|---|---|---|---|
Parámetros |
|
OtPingSenderStatistics
struct otPingSenderStatistics otPingSenderStatistics
Esta estructura representa las estadísticas de una solicitud de ping.
otPingSenderStatisticsCallback
void(* otPingSenderStatisticsCallback)(const otPingSenderStatistics *aStatistics, void *aContext)
Este tipo de puntero de función especifica la devolución de llamada para informar las estadísticas de ping.
Detalles | |||||
---|---|---|---|---|---|
Parámetros |
|
Functions
OTPingSenderPing
otError otPingSenderPing( otInstance *aInstance, const otPingSenderConfig *aConfig )
Esta función inicia un ping.
Detalles | |||||||
---|---|---|---|---|---|---|---|
Parámetros |
|
||||||
Valores que se muestran |
|
OtPingSenderStop
void otPingSenderStop( otInstance *aInstance )
Esta función detiene un ping continuo.
Detalles | |||
---|---|---|---|
Parámetros |
|
Recursos
Los temas de referencia de la API de OpenThread se originan en el código fuente, disponible en GitHub. Para obtener más información o colaborar con nuestra documentación, consulta Recursos.