Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » Z4Sight » Z4Sight_Profinet_Write_sint16
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Writes the module data as signed 16-bit integers.
Syntax
void fil::Z4Sight_Profinet_Write_sint16 ( Z4Sight_State& ioState, ftl::Optional<const fil::Z4SightSystemAndDeviceIdentifier&> inDeviceID, const ftl::Optional<ftl::String>& inInstanceName, int inModuleIndex, int inOffset, bool inUseLittleEndian, const ftl::Array<int>& inValues )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
ioState | Z4Sight_State& | Object used to maintain state of the function. | ||
![]() |
inDeviceID | Optional<const Z4SightSystemAndDeviceIdentifier&> | NIL | Device identification. | |
![]() |
inInstanceName | const Optional<String>& | NIL | Instance name of a given Industrial Communication protocol set in the MILConfig utility. | |
![]() |
inModuleIndex | int | 0 - 255 | Index of the module in local memory to which to write the data. | |
![]() |
inOffset | int | 0 - ![]() |
Offset to which to start writing the data in the specified module. | |
![]() |
inUseLittleEndian | bool | Use little endian order for data in the memory. | ||
![]() |
inValues | const Array<int>& | Values to write. |