|
PLCnext API Documentation
21.0.0.35466
|
Use this service to manage PROFINET Application Relationships (AR) More...
#include <IArManagementService.hpp>

Public Types | |
| typedef std::shared_ptr< IArManagementService > | Ptr |
Public Types inherited from Arp::System::Rsc::Services::IRscService | |
| typedef std::shared_ptr< IRscService > | Ptr |
Public Member Functions | |
| IArManagementService (void) | |
| Constructs an IArManagementService instance. More... | |
| virtual | ~IArManagementService (void) |
| Destructs this instance and frees all resouces. More... | |
| virtual uint32 | GetArState (const RscString< 512 > &stationName, uint32 &arState)=0 |
| virtual uint32 | StartAr (const RscString< 512 > &stationName, uint32 &arState)=0 |
| virtual uint32 | StopAr (const RscString< 512 > &stationName, uint32 &arState)=0 |
Public Member Functions inherited from Arp::System::Rsc::Services::IRscService | |
| IRscService (void)=default | |
| Constructs an IRscService instance. More... | |
| virtual | ~IRscService (void)=default |
| Destructs this instance and frees all resouces. More... | |
Static Public Member Functions | |
| static IRscServiceProxyFactory & | GetProxyFactory (void) |
Static Public Member Functions inherited from Arp::System::Rsc::Services::IRscService | |
| static IRscServiceProxyFactory & | GetProxyFactory (void) |
| Returns a reference to service proxy factory to create a proxy instance of the service More... | |
Use this service to manage PROFINET Application Relationships (AR)
|
inline |
Constructs an IArManagementService instance.
|
inlinevirtual |
Destructs this instance and frees all resouces.
|
pure virtual |
| stationName | Station name of the device |
| arState | Current state of the AR |
|
pure virtual |
| stationName | Station name of the device |
| arState | State of the AR |
ToDo
|
pure virtual |
| stationName | Station name of the device |
| arState | State of the AR |
ToDo
1.8.13