Stemmer.Cvb.GevServer Namespace

CVB.Net Documentation
The namespace and assembly Stemmer.Cvb.GevServer contains interfaces and classes for using the Common Vision Blox GigE Vision Server in Cvb.Net. The Common Vision Blox GigE Vision Server presents a CVB image source as a GigE Vision camera. For additional information see the GEV Server part in the Common Vision Blox Online Reference.
Classes

  ClassDescription
Public classBooleanNode
BooleanNode that is configurable.
Public classCategoryNode
Node that groups other nodes.
Public classChunkImageBufferDescription
Describes a GenICam Pixel Format Naming Convention (PFNC) compatible image memory buffer with possibly additional data.
Public classCommandNode
CommandNode that is configurable.
Public classEnumEntryNode
An entry for an EnumerationNode.
Public classEnumerationNode
EnumerationNode that is configurable.
Public classGenApiEvent
Identifies a GenApi event that can be sent via a GevServer's MessageChannel.
Public classGevServer
Common Vision Blox GigE Vision Server implements a GigE Vision camera in software.
Public classGevServerStateChangedEventArgs
Event arguments for GevServer state changes.
Public classImageBufferDescription
Describes a GenICam Pixel Format Naming Convention (PFNC) compatible image memory buffer.
Public classInt32RegNode
An Int32IntRegNode node.
Public classInt64RegNode
An Int64IntRegNode node.
Public classIntegerBaseNode
Base class for all integer based nodes.
Public classIntegerNode
IntegerNode that is configurable.
Public classIntRegNode
An int typed, configurable IRegisterNode.
Public classIntSwissKnifeNode
Read only node to calculate formulas on the client side with integer arithmetic.
Public classMessageChannel
The message channel to create and send GenICam GenApi events.
Public classNode
Base class of all server nodes.
Public classNodeDictionaryTNode
A dictionary holding dependent nodes of a Parent node.
Public classNodeDictionaryBaseTNode
Base class for all GevServer node dictionaries.
Public classNodeMap
GevServerNodeMap.
Public classReplyStatusEventArgs
Notify the remote client about the success of the event operation.
Public classSelectorNode
SelectorNode that is configurable.
Public classStream
The stream to send Images or other data.
Public classStringNode
Public classStringRegNode
StringNode that is a register.
Public classValueNode
Node having a value.
Structures

  StructureDescription
Public structureLogicalNetworkInterface
An IP network interface the GevServer can be bound to.
Public structureValueVariantT1, T2
A variant stores one value of either type T1 or T2.
Interfaces

  InterfaceDescription
Public interfaceIConfigurableCategoryNode
A ICategoryNode that is configurable.
Public interfaceIConfigurableCommandNode
ICommandNode that is configurable.
Public interfaceIConfigurableEnumEntryNode
IEnumEntryNode that is configurable.
Public interfaceIConfigurableIntegerBaseNode
Base class interface for all configurable integer nodes.
Public interfaceIConfigurableIntegerNode
IIntegerNode that is configurable.
Public interfaceIConfigurableIntRegNode
IConfigurableRegisterNode for integer registers.
Public interfaceIConfigurableNode
Configurable INode.
Public interfaceIConfigurableNodeMap
An INodeMap that can be configured.
Public interfaceIConfigurableRegisterNode
IRegisterNode that is configurable.
Public interfaceIConfigurableSelectorNode
ISelectorNode that is configurable.
Public interfaceIConfigurableValueNode
Configurable IValueNode.
Public interfaceISwissKnifeNodeTNode
Interface for GenICam GenApi SwissKnife nodes of type TNode.
Enumerations

  EnumerationDescription
Public enumerationDriverType
GigE Vision driver to use for communication and streaming.
Public enumerationGevServerState
The possible states this GevServer can be in.
Public enumerationNamespace
Possible name spaces of a Node.
Public enumerationReplyStatus
Status codes to be sent the remote client on Read and Written events.
Remarks

The central class of this namespace is the GevServer and should be used as the starting point if you want to explore the available types.