Z4Sight_Profinet_Write_ByteBuffer


Writes the module data as a ByteBuffer.

Syntax

C++
Python
 
def Z4Sight_Profinet_Write_ByteBuffer(
	state: Z4Sight_State,
	inValues: ByteBuffer,
	/,
	*,
	inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None,
	inInstanceName: str | None = None,
	inModuleIndex: int = 0,
	inOffset: int = 0
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState Z4Sight_State
Input value inDeviceID Z4SightSystemAndDeviceIdentifier | None None Device identification.
Input value inInstanceName str | None None Instance name of a given Industrial Communication protocol set in the MILConfig utility.
Input value inModuleIndex int 0 - 255 0 Index of the module in local memory to which to write the data.
Input value inOffset int 0 - 0 Offset to which to start writing the data in the specified module.
Input value inValues ByteBuffer Values to write.