![]() |
nRF5 SDK
v14.2.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Macros | |
#define | MSG_DONTROUTE 0x01 |
#define | MSG_DONTWAIT 0x02 |
#define | MSG_OOB 0x04 |
#define | MSG_PEEK 0x08 |
#define | MSG_WAITALL 0x10 |
#define MSG_DONTROUTE 0x01 |
Send only to hosts on directly connected networks.
#define MSG_DONTWAIT 0x02 |
Enables non-blocking operation.
#define MSG_OOB 0x04 |
Sends out-of-band data on sockets that support this.
#define MSG_PEEK 0x08 |
Return data from the beginning of receive queue without removing data from the queue.
#define MSG_WAITALL 0x10 |
Request a blocking operation until the request is satisfied.