GevServer Class

CVB.Net Documentation
Common Vision Blox GigE Vision Server implements a GigE Vision camera in software.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.GevServerGevServer

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

public class GevServer : INativeHandle, IDisposable

The GevServer type exposes the following members.

Constructors

  NameDescription
Public methodGevServer
Creates a non-streaming GigE Vision server object.
Top
Properties

  NameDescription
Public propertyDriverType
Gets the GigE Vision driver used by this server object.
Public propertyHandle
Native CVB GevServer handle.
Public propertyIsDisposed
Tests whether the native handle has been disposed.
Public propertyLocalEndPoint
Gets the local end point this server is bound to.
Public propertyNodeMap
Gets this GevServerNodeMap.
Public propertyRemoteEndPoint
Gets the remote end point this server is connected to.
Public propertyState
Gets the the current state this server is in.
Public propertyStream
Gets the Stream for sending Images or other data.
Public propertyUserVersion
Gets or sets the user defined version that is appended to the device version.
Top
Methods

  NameDescription
Public methodStatic memberCreateWithConstSize(Size2D, PfncFormat, DriverType)
Creates a new GevServer object with a constant width and height.
Public methodStatic memberCreateWithConstSize(Size2D, ColorModel, DataType, DriverType)
Creates a new GevServer object with a constant width and height.
Public methodStatic memberCreateWithVariableSize(Size2D, PfncFormat, DriverType)
Creates a new GevServer object with a client configurable width, height and offsets.
Public methodStatic memberCreateWithVariableSize(Size2D, ColorModel, DataType, DriverType)
Creates a new GevServer object with a client configurable width, height and offsets.
Public methodDispose
Disposes the native object wrapped by this object immediately.
Protected methodDispose(Boolean)
IDispose helper function.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Frees native resources.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStart
Starts this server and binds it to the given address.
Public methodStop
Stops this server.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventObjectDisposing
Raised when this object is about to be disposed via the Dispose method.
Public eventStateChanged
Fired when the State changes.
Top
See Also

Reference