Back to Aurora Vision Library website
You are here: Start » Function Reference » Hardware Support » Matrox » Matrox_EtherNetIP_Read_ByteBuffer
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | avl |
| Module: | ThirdParty |
Reads the assembly data as a ByteBuffer.
Syntax
void avl::Matrox_EtherNetIP_Read_ByteBuffer ( Matrox_State& ioState, atl::Optional<const avl::MatroxSystemAndDeviceIdentifier&> inDeviceID, const atl::Optional<atl::String>& inInstanceName, avl::MatroxEtherNetIPAssembly::Type inAssembly, int inOffset, int inCount, avl::ByteBuffer& outValues )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Matrox_State& | Object used to maintain state of the function. | ||
![]() |
inDeviceID | Optional<const MatroxSystemAndDeviceIdentifier&> | NIL | Device identification. | |
![]() |
inInstanceName | const Optional<String>& | NIL | Instance name of a given Industrial Communication protocol set in the MILConfig utility. | |
![]() |
inAssembly | MatroxEtherNetIPAssembly::Type | Consumer | Assembly in local memory from which to read the data. | |
![]() |
inOffset | int | 0 - ![]() |
Offset from which to start reading the data in the specified assembly. | |
![]() |
inCount | int | 1 - ![]() |
Amount of the data to read. | |
![]() |
outValues | ByteBuffer& | Received values. |




