| 
    PLCnext API Documentation
    20.6.0.30321
    
   | 
 
Provides the access to the AXIO master More...
#include <IAxioMasterService.hpp>

Public Types | |
| typedef std::shared_ptr< IAxioMasterService > | Ptr | 
  Public Types inherited from Arp::System::Rsc::Services::IRscService | |
| typedef std::shared_ptr< IRscService > | Ptr | 
Public Member Functions | |
| IAxioMasterService (void) | |
| Constructs an IAxioMasterService instance. More... | |
| virtual | ~IAxioMasterService (void) | 
| Destructs this instance and frees all resouces. More... | |
| virtual uint16 | AxioControl (const std::vector< uint16 > &inData, std::vector< uint16 > &outData)=0 | 
| Raw AXIO service to communicate with the AXIO master.  More... | |
| virtual AxioResult | CreateConfiguration (uint16 frameReference)=0 | 
| Automatic creation of a new configuration  More... | |
| virtual AxioResult | ReadConfiguration (uint16 frameReference, std::vector< AxioDeviceConfiguration > &configuration)=0 | 
| Read current configuration  More... | |
| virtual AxioResult | WriteConfiguration (uint16 frameReference, const std::vector< AxioDeviceConfiguration > &configuration)=0 | 
| Write configuration  More... | |
| virtual AxioResult | ActivateConfiguration (uint16 frameReference)=0 | 
| Activate configuration  More... | |
| virtual AxioResult | DeactivateConfiguration (uint16 frameReference)=0 | 
| Deactivate configuration  More... | |
| virtual AxioResult | ResetMaster ()=0 | 
| Reset AXIO master  More... | |
  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... | |
Provides the access to the AXIO master
      
  | 
  inline | 
Constructs an IAxioMasterService instance.
      
  | 
  inlinevirtual | 
Destructs this instance and frees all resouces.
      
  | 
  pure virtual | 
Activate configuration
| frameReference | Frame reference | 
      
  | 
  pure virtual | 
Raw AXIO service to communicate with the AXIO master.
| inData | Request Data to send to the AXIO master. Format has to be according to DDI specification. | 
| outData | Response Data received from the AXIO master. Format is according to DDI specification. | 
      
  | 
  pure virtual | 
Automatic creation of a new configuration
| frameReference | Frame reference | 
      
  | 
  pure virtual | 
Deactivate configuration
| frameReference | Frame reference | 
      
  | 
  pure virtual | 
Read current configuration
| frameReference | Frame reference | 
| configuration | Configuration of AXIO device Arp.Io.Axioline.Services.AxioDeviceConfiguration | 
      
  | 
  pure virtual | 
Reset AXIO master
      
  | 
  pure virtual | 
Write configuration
| frameReference | Frame reference | 
| configuration | Configuration of AXIO device Arp.Io.Axioline.Services.AxioDeviceConfiguration | 
 1.8.13