| PN_API_IOD_ArType_t PN_API_IOD_arGetType | ( | PN_API_IOD_Handle_t *const | pnHandle, |
| uint16_t | arNum | ||
| ) |
Retrieves an application relation's type.
Application relation type can be "single", "supervisor", "single RTC3" or "single system redundancy".
| [in] | pnHandle | Profinet API Handle. |
| [in] | arNum | AR number. |
| PN_API_IOD_ArTypeSingle | Single AR. |
| PN_API_IOD_ArTypeSupervisor | Supervisor AR. |
| PN_API_IOD_ArTypeSingleRtc3 | Single AR that uses RT_Class_3. |
| PN_API_IOD_ArTypeSingleSysRedundancy | System redundancy AR. |