You are here: Start » AVL.NET » GenICam.GenApi_ReadRegisterData Method

GenICam.GenApi_ReadRegisterData Method

Reads raw binary data from the objects memory using the IRegister interface.

Namespace:AvlNet
Assembly:Genicam.Net.dll

Syntax

public static void GenApi_ReadRegisterData
(
	int inHandle,
	string inParameterName,
	bool inVerifyAccess,
	long inLength,
	System.IntPtr ioBuffer
)

Parameters

Name Type Range Default Description
inHandleintHandle to object providing GenApi interface.
inParameterNamestringTextual name of the parameter that should be accessed in GenICam naming convention or device specific name. Parameter name is case sensitive.
inVerifyAccessboolTrue to verify parameter access.
inLengthlongSize of the data to read.
ioBufferSystem.IntPtrBuffer for the read data to be placed in (allocated with at least inLength bytes).

See also