Click or drag to resize

CameraAddress Class

A hostname or IPv4 address identifying a specific Zivid camera for direct connection.
Inheritance Hierarchy
SystemObject
  Zivid.NETCameraAddress

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntax
public class CameraAddress : IDisposable

The CameraAddress type exposes the following members.

Constructors
  NameDescription
Public methodCameraAddress(CameraAddress*)
Initializes a new instance of the CameraAddress class
Public methodCameraAddress(String)
Construct a CameraAddress from a hostname or IPv4 address string.
Top
Properties
  NameDescription
Public propertyIsDisposed
Check if the address is disposed.
Public propertyValue
Get the address value.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the CameraAddress
Public methodGetNativePtr
Public methodToString
Get a string representation of the address.
(Overrides ObjectToString.)
Top
See Also