OPC UA 方法
更多...
#include <rmvl/opcua/method.hpp>
|
| | Method ()=default |
| template<typename Callable, typename = std::enable_if_t<std::is_convertible_v<Callable, MethodCallback>>> |
| | Method (Callable cb) |
◆ Method() [1/2]
| rm::ua::Method::Method |
( |
| ) |
|
|
default |
◆ Method() [2/2]
template<typename Callable, typename = std::enable_if_t<std::is_convertible_v<Callable, MethodCallback>>>
| rm::ua::Method::Method |
( |
Callable | cb | ) |
|
|
inline |
◆ browse_name
| std::string rm::ua::Method::browse_name {} |
◆ description
| std::string rm::ua::Method::description {} |
◆ display_name
| std::string rm::ua::Method::display_name {} |
◆ func
◆ iargs
| std::vector<Argument> rm::ua::Method::iargs {} |
◆ ns
| uint16_t rm::ua::Method::ns {1U} |
◆ oargs
| std::vector<Argument> rm::ua::Method::oargs {} |