2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
20#include "net/phy/PhysicalSocketOption.h"
22#ifndef DOXYGEN_SHOULD_SKIP_THIS
55 return static_cast<
const void*>(optValue.data());
59 return static_cast<socklen_t>(optValue.size());
socklen_t getOptLen() const
const void * getOptValue() const
PhysicalSocketOption(int optLevel, int optName, int optValue)
PhysicalSocketOption(int optLevel, int optName, const std::vector< char > &optValue)
PhysicalSocketOption(int optLevel, int optName, const std::string &optValue)