SyslogClientContext Struct Reference
Syslog client context. More...
#include <syslog_client.h>
Data Fields | |
| OsMutex | mutex |
| Mutex preventing simultaneous access to the context. More... | |
| NetInterface * | interface |
| Underlying network interface. More... | |
| Socket * | socket |
| Underlying UDP socket. More... | |
| char_t | buffer [SYSLOG_CLIENT_BUFFER_SIZE] |
| Internal buffer. More... | |
Detailed Description
Syslog client context.
Definition at line 116 of file syslog_client.h.
Field Documentation
◆ buffer
| char_t buffer[SYSLOG_CLIENT_BUFFER_SIZE] |
Internal buffer.
Definition at line 121 of file syslog_client.h.
◆ interface
| NetInterface* interface |
Underlying network interface.
Definition at line 119 of file syslog_client.h.
◆ mutex
| OsMutex mutex |
Mutex preventing simultaneous access to the context.
Definition at line 118 of file syslog_client.h.
◆ socket
| Socket* socket |
Underlying UDP socket.
Definition at line 120 of file syslog_client.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/syslog/syslog_client.h
