StreamTrySend Method (ImageBufferDescription, IntPtr, Int64, Action)

CVB.Net Documentation
Tries to send the image at the given basePtr.

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

public bool TrySend(
	ImageBufferDescription bufferDescription,
	IntPtr basePtr,
	long bufferSize,
	Action bufferReleased
)

Parameters

bufferDescription
Type: Stemmer.Cvb.GevServerImageBufferDescription
Description of the image at basePtr.
basePtr
Type: SystemIntPtr
Address of the image buffer to send.
bufferSize
Type: SystemInt64
Length in bytes of the buffer at basePtr.
bufferReleased
Type: SystemAction
Delegate to be called when the given image buffer is not needed anymore for packet resend.

Return Value

Type: Boolean
true if successfully sent; false on any error. Parameter errors and disposed exception will still be thrown.
See Also

Reference