Use this service for acyclic communication with Profibus slaves
More...
#include <IAcyclicCommunicationService.hpp>
|
static IRscServiceProxyFactory & | GetProxyFactory (void) |
|
static IRscServiceProxyFactory & | GetProxyFactory (void) |
| Returns a reference to service proxy factory to create a proxy instance of the service More...
|
|
Use this service for acyclic communication with Profibus slaves
This service is defined in library Arp.Io.Profibus.
◆ IAcyclicCommunicationService()
Arp::Io::Profibus::Services::IAcyclicCommunicationService::IAcyclicCommunicationService |
( |
void |
| ) |
|
|
default |
◆ ReadRecord()
Reads object from Profibus module
- Parameters
-
parameters | Structure with paramaters of module and object |
data | Data read from object |
- Returns
- Structure with error informations
◆ WriteRecord()
virtual RecordResult Arp::Io::Profibus::Services::IAcyclicCommunicationService::WriteRecord |
( |
const RecordParameters & |
parameters, |
|
|
const std::vector< uint8 > & |
data |
|
) |
| |
|
pure virtual |
Writes object to Profibus module
- Parameters
-
parameters | Structure with parameters of module and object |
data | Data to write in object |
- Returns
- Structure with error informations
The documentation for this class was generated from the following file: