The IProviderNodeHandler interface.
More...
The IProviderNodeHandler interface.
Definition at line 6 of file IProviderNodeHandler.cs.
◆ OnBrowse()
Method to be called for a browse request.
- Parameters
-
address | Address of the node. |
result | Result of the request. |
◆ OnCreate()
Method to be called for a create request.
- Parameters
-
address | Address of the node. |
args | Optional request arguments. |
result | Result of the request. |
◆ OnMetadata()
Method to be called for a metadata request.
- Parameters
-
address | Address of the node. |
result | Result of the request. |
◆ OnRead()
Method to be called for a read request.
- Parameters
-
address | Address of the node. |
args | Optional request arguments. |
result | Result of the request. |
◆ OnRemove()
Method to be called for a remove request.
- Parameters
-
address | Address of the node. |
result | Result of the request. |
◆ OnWrite()
Method to be called for a write request.
- Parameters
-
address | Address of the node. |
writeValue | Value to write. |
result | Result of the request. |
The documentation for this interface was generated from the following file: