PLCnext API Documentation
21.0.0.35466
|
Public Member Functions | |
ForceServiceProxy (RscHandle providerHandle, RscHandle serviceHandle, RscClient &rscClient) | |
Constructs an ForceServiceProxy instance. More... | |
virtual | ~ForceServiceProxy (void) |
Destructs this instance and frees all resouces. More... | |
DataAccessError | AddVariable (const ForceItem &item) override |
void | RemoveVariable (const RscString< 512 > &variableName) override |
std::vector< ForceItem > | GetVariables () override |
void | Reset () override |
boolean | IsForcable (const RscString< 512 > &variableName) override |
boolean | IsActive () override |
Arp::Plc::Gds::Services::ForceServiceProxy::ForceServiceProxy | ( | RscHandle | providerHandle, |
RscHandle | serviceHandle, | ||
RscClient & | rscClient | ||
) |
Constructs an ForceServiceProxy instance.
|
inlinevirtual |
Destructs this instance and frees all resouces.