Back to Aurora Vision Library website
You are here: Start » Function Reference » Hardware Support » Matrox » Matrox_Profinet_GetControllerState
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | avl |
| Module: | ThirdParty |
Gets the state of the PROFINET controller (PLC) connected to the local computer.
Syntax
void avl::Matrox_Profinet_GetControllerState ( Matrox_State& ioState, atl::Optional<const avl::MatroxSystemAndDeviceIdentifier&> inDeviceID, const atl::Optional<atl::String>& inInstanceName, avl::MatroxProfinetPlcStatus::Type& outStatus, avl::MatroxProfinetPlcMode::Type& outMode )
Parameters
| Name | Type | 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. |
![]() |
outStatus | MatroxProfinetPlcStatus::Type& | Status of the PROFINET controller. | |
![]() |
outMode | MatroxProfinetPlcMode::Type& | Mode of the PROFINET controller. |



