Z4Sight_Profinet_Read_ByteBuffer
Reads the module data as a ByteBuffer.
Syntax
C++
Python
def Z4Sight_Profinet_Read_ByteBuffer( state: Z4Sight_State, outValues: ByteBuffer, /, *, inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None, inInstanceName: str | None = None, inModuleIndex: int = 0, inOffset: int = 0, inCount: int = 1 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Z4Sight_State | |||
![]() |
inDeviceID | Z4SightSystemAndDeviceIdentifier | None | None | Device identification. | |
![]() |
inInstanceName | str | None | None | Instance name of a given Industrial Communication protocol set in the MILConfig utility. | |
![]() |
inModuleIndex | int | 0 - 255 | 0 | Index of the module in local memory from which to read the data. |
![]() |
inOffset | int | 0 - ![]() |
0 | Offset from which to start reading the data in the specified module. |
![]() |
inCount | int | 1 - ![]() |
1 | Amount of the data to read. |
![]() |
outValues | ByteBuffer | Received values. |




