Click or drag to resize

SerialNumber Class

Serial number of a Zivid camera
Inheritance Hierarchy
SystemObject
  Zivid.NETSerialNumber

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

The SerialNumber type exposes the following members.

Constructors
  NameDescription
Public methodSerialNumber
Initializes a new instance of the SerialNumber class
Public methodSerialNumber(SerialNumber*)
Initializes a new instance of the SerialNumber class
Public methodSerialNumber(String)
Initializes a new instance of the SerialNumber class
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the SerialNumber
Public methodToString
Get serial number as string
(Overrides ObjectToString.)
Top
See Also