ANNA Suite  2020b
Multipurpose development suite for Telco applications
Public Types | List of all members
anna::comm::Socket::Notify Struct Reference

#include <Socket.hpp>

Public Types

enum  _v { None, ReceiveData, Close, Corrupt }
 

Detailed Description

Tipos de notificaciones que nos puede indicar el Socket.

See also
Socket

Member Enumeration Documentation

◆ _v

Enumerator
None 

No hay actividad en el socket

ReceiveData 

Datos recibidos

Close 

El extremo remoto ha cerrado el socket

Corrupt 

El mensaje recibido no ha sido reconocido por la capa de transporte

56  {
57  None,
58  ReceiveData,
59  Close,
60  Corrupt
61  };
Definition: Socket.hpp:57
Definition: Socket.hpp:59
Definition: Socket.hpp:60

The documentation for this struct was generated from the following file: