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

GenICam.GenApi_WriteRegisterData Method

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

Namespace:AvlNet
Assembly:Genicam.Net.dll

Syntax

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.

Function Overrides

See also