|
PLCnext API Documentation
21.6.0.46
|
Use this service to read device information. More...
#include <IDeviceInfoService.hpp>

Public Types | |
| using | Ptr = std::shared_ptr< IDeviceInfoService > |
| using | GetItemsIdentifiersDelegate = delegate< void(IRscWriteEnumerator< RscString< 512 > > &)> |
| using | GetItemsResultDelegate = delegate< void(IRscReadEnumerator< RscVariant< 512 > > &)> |
Public Types inherited from Arp::System::Rsc::Services::IRscService | |
| typedef std::shared_ptr< IRscService > | Ptr |
Public Member Functions | |
| IDeviceInfoService (void)=default | |
| Constructs an IDeviceInfoService instance. More... | |
| virtual RscVariant< 512 > | GetItem (const RscString< 512 > &identifier)=0 |
| Read a single information More... | |
| virtual void | GetItems (GetItemsIdentifiersDelegate identifiersDelegate, GetItemsResultDelegate resultDelegate)=0 |
| Read a list of information 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... | |
Use this service to read device information.
|
default |
Constructs an IDeviceInfoService instance.
|
pure virtual |
Read a single information
| identifier | String for select the item |
|
pure virtual |
Read a list of information
| identifiers | Arry of String for select the items |
1.8.13