You are here: Start » AVL.NET » GenicamInvoke.GenApi_WriteRegisterData

GenicamInvoke.GenApi_WriteRegisterData

Writes raw binary data into the objects memory using the IRegister interface.

Namespace:Avl
Assembly:AvlNet.Genicam.dll

Syntax

C++
C#
 
public static void GenApi_WriteRegisterData
(
	int inHandle,
	string inParameterName,
	System.IntPtr inData,
	long inLength,
	bool inVerifyAccess
)

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.
inDataSystem.IntPtrData that should be written to the parameter.
inLengthlongSize of the data to be written.
inVerifyAccessboolTrue to verify the parameter access.

See also