Zivid C++ API 2.18.0+1b44dbef-1
Zivid::CameraAddress Class Reference

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.

Detailed Description

A hostname or IPv4 address identifying a specific Zivid camera for direct connection.

Constructor & Destructor Documentation

◆ CameraAddress()

ZIVID_CORE_EXPORT Zivid::CameraAddress::CameraAddress ( std::string value)
explicit

Construct a CameraAddress from a hostname or IPv4 address string.

Member Function Documentation

◆ operator!=()

ZIVID_CORE_EXPORT bool Zivid::CameraAddress::operator!= ( const CameraAddress & other) const

Comparison operator.

◆ operator==()

ZIVID_CORE_EXPORT bool Zivid::CameraAddress::operator== ( const CameraAddress & other) const

Comparison operator.

◆ toString()

ZIVID_CORE_EXPORT std::string Zivid::CameraAddress::toString ( ) const

Get a string representation of the address.

◆ value()

ZIVID_CORE_EXPORT const std::string & Zivid::CameraAddress::value ( ) const

Get the address value.


The documentation for this class was generated from the following file: