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]
Python: |
---|
| rm.Method( | | ) -> | <Method object> |
| rm.Method( | cb | ) -> | <Method object> |
◆ Method() [2/2]
template<typename Callable, typename = std::enable_if_t<std::is_convertible_v<Callable, MethodCallback>>>
rm::Method::Method |
( |
Callable | cb | ) |
|
|
inline |
Python: |
---|
| rm.Method( | | ) -> | <Method object> |
| rm.Method( | cb | ) -> | <Method object> |
◆ browse_name
std::string rm::Method::browse_name {} |
◆ description
std::string rm::Method::description {} |
◆ display_name
std::string rm::Method::display_name {} |
◆ func
◆ iargs
std::vector<Argument> rm::Method::iargs {} |
◆ ns
uint16_t rm::Method::ns {1U} |
◆ oargs
std::vector<Argument> rm::Method::oargs {} |
该类的文档由以下文件生成: