Type Alias riot_sys::sock_aux_flags_t

source ·
pub type sock_aux_flags_t = u8;
Expand description

@brief Type holding the flags used to request specific auxiliary data

This is a bitmask of SOCK_AUX_GET_..., e.g. if the mask contains @ref SOCK_AUX_GET_LOCAL, the local address/endpoint is requested

@details The underlying type can be changed without further notice, if more flags are needed. Thus, only the typedefed type should be used to store the flags.