Zivid C++ API 2.14.0+e4a0c4a9-1
|
The camera's subnet mask (for example 255.255.255.0). Only used in manual mode. More...
#include <Zivid/NetworkConfiguration.h>
Public Types | |
using | ValueType = std::string |
The type of the underlying value. | |
Public Member Functions | |
SubnetMask ()=default | |
Default constructor. | |
SubnetMask (std::string value) | |
Constructor. | |
const std::string & | value () const |
Get the value. | |
std::string | toString () const |
Get the value as string. | |
bool | operator== (const SubnetMask &other) const |
Comparison operator. | |
bool | operator!= (const SubnetMask &other) const |
Comparison operator. | |
bool | operator< (const SubnetMask &other) const |
Comparison operator. | |
bool | operator> (const SubnetMask &other) const |
Comparison operator. | |
bool | operator<= (const SubnetMask &other) const |
Comparison operator. | |
bool | operator>= (const SubnetMask &other) const |
Comparison operator. | |
Static Public Attributes | |
static constexpr DataModel::NodeType | nodeType = DataModel::NodeType::leafValue |
The type of this node. | |
static constexpr const char * | path { "IPV4/SubnetMask" } |
The full path for this value. | |
static constexpr const char * | name { "SubnetMask" } |
The name of this value. | |
static constexpr const char * | description |
The description for this value. | |
Friends | |
struct | DataModel::Detail::Befriend< SubnetMask > |
std::ostream & | operator<< (std::ostream &stream, const SubnetMask &value) |
Operator to serialize the value to a stream. | |
The camera's subnet mask (for example 255.255.255.0). Only used in manual mode.
To be able to connect to the camera, the camera's subnet mask must be the same as the subnet mask of the computer's local network interface.
using Zivid::NetworkConfiguration::IPV4::SubnetMask::ValueType = std::string |
The type of the underlying value.
|
default |
Default constructor.
|
inlineexplicit |
Constructor.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
std::string Zivid::NetworkConfiguration::IPV4::SubnetMask::toString | ( | ) | const |
Get the value as string.
const std::string & Zivid::NetworkConfiguration::IPV4::SubnetMask::value | ( | ) | const |
Get the value.
|
friend |
|
friend |
Operator to serialize the value to a stream.
|
staticconstexpr |
The description for this value.
|
staticconstexpr |
The name of this value.
|
staticconstexpr |
The type of this node.
|
staticconstexpr |
The full path for this value.