Back to Aurora Vision Library website

You are here: Start » Function Reference » Hardware Support » Z4Sight » Z4Sight_EtherNetIP_Write_ByteBuffer_Deprecated

Z4Sight_EtherNetIP_Write_ByteBuffer_Deprecated


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Writes the assembly data as a ByteBuffer.

Syntax

void avl::Z4Sight_EtherNetIP_Write_ByteBuffer_Deprecated
(
	Z4Sight_State& ioState,
	atl::Optional<const avl::Z4SightDeviceID::Type&> inDeviceID,
	const atl::Optional<atl::String>& inInstanceName,
	avl::Z4SightEtherNetIPAssembly::Type inAssembly,
	int inOffset,
	const avl::ByteBuffer& inValues
)

Parameters

Name Type Range Default Description
Input will be modified ioState Z4Sight_State& Object used to maintain state of the function.
Input value inDeviceID Optional<const Z4SightDeviceID::Type&> NIL Device identification number.
Input value inInstanceName const Optional<String>& NIL Instance name of a given Industrial Communication protocol set in the MILConfig utility.
Input value inAssembly Z4SightEtherNetIPAssembly::Type Consumer Assembly in local memory to which to write the data.
Input value inOffset int 0 - Offset to which to start writing the data in the specified assembly.
Input value inValues const ByteBuffer& Values to write.