GevServerCreateWithConstSize Method (Size2D, PfncFormat, DriverType)

CVB.Net Documentation
Creates a new GevServer object with a constant width and height.

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

public static GevServer CreateWithConstSize(
	Size2D size,
	PfncFormat pixelFormat,
	DriverType driverType = DriverType.Auto
)

Parameters

size
Type: Stemmer.CvbSize2D
Width and height in pixels.
pixelFormat
Type: Stemmer.CvbPfncFormat
GenICam PFNC format value.
driverType (Optional)
Type: Stemmer.Cvb.GevServerDriverType
The DriverType to use.

Return Value

Type: GevServer
Newly created server object in Configuration state.
Remarks

If you wish to change the payload size (e.g. because you want to send chunk data), you can set it on the "PayloadSizeValue" node in ConfigurationState.
See Also

Reference