GevServer Methods

CVB.Net Documentation

The GevServer type exposes the following members.

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
See Also

Reference