![]() |
Zivid C++ API 2.18.0+1b44dbef-1
|
A hostname or IPv4 address identifying a specific Zivid camera for direct connection. More...
#include <Zivid/CameraAddress.h>
Public Member Functions | |
| ZIVID_CORE_EXPORT | CameraAddress (std::string value) |
| Construct a CameraAddress from a hostname or IPv4 address string. | |
| ZIVID_CORE_EXPORT const std::string & | value () const |
| Get the address value. | |
| ZIVID_CORE_EXPORT std::string | toString () const |
| Get a string representation of the address. | |
| ZIVID_CORE_EXPORT bool | operator== (const CameraAddress &other) const |
| Comparison operator. | |
| ZIVID_CORE_EXPORT bool | operator!= (const CameraAddress &other) const |
| Comparison operator. | |
A hostname or IPv4 address identifying a specific Zivid camera for direct connection.
|
explicit |
Construct a CameraAddress from a hostname or IPv4 address string.
| ZIVID_CORE_EXPORT bool Zivid::CameraAddress::operator!= | ( | const CameraAddress & | other | ) | const |
Comparison operator.
| ZIVID_CORE_EXPORT bool Zivid::CameraAddress::operator== | ( | const CameraAddress & | other | ) | const |
Comparison operator.
| ZIVID_CORE_EXPORT std::string Zivid::CameraAddress::toString | ( | ) | const |
Get a string representation of the address.
| ZIVID_CORE_EXPORT const std::string & Zivid::CameraAddress::value | ( | ) | const |
Get the address value.