Functions | |
public dyn_string | fwPeriphAddressOPCUA_getSubscriptions (string sys, string server) |
public int | fwPeriphAddressOPCUA_getSubscriptionType (string sys, string subscription) |
public dyn_string | fwPeriphAddressOPCUA_getServers (string sys) |
public dyn_string fwPeriphAddressOPCUA_getSubscriptions | ( | string | sys, | |
string | server | |||
) |
This file contains OPCUA specific functions for fwPeriphAddress. Get a list of subscriptions on the system for the given server.
sys | The system. | |
server | The server. |
public int fwPeriphAddressOPCUA_getSubscriptionType | ( | string | sys, | |
string | subscription | |||
) |
Get the type for the given subscription.
sys | The system. | |
subscription | The subscription. |
public dyn_string fwPeriphAddressOPCUA_getServers | ( | string | sys | ) |
Get a list of servers on the given system.