RPC Operations and YANG Actions
Remote Procedure Call Implementation YANG 1.1 Action Implementation
The server supports RPC operations defined in any YANG module, and the code can be contained in a SIL library. In order to properly return output data t...
Thu, 24 Feb, 2022 at 6:29 PM
The input data from an RPC operation is parsed by the server into val_value_t structures and can be accessed during Validate (for validation) and Invoke (fo...
Thu, 24 Feb, 2022 at 6:16 PM
This example shows the build steps and run-time message flows for a custom RPC operation. Example YANG Module module myrpc {
namespace "http:...
Thu, 24 Feb, 2022 at 6:13 PM
A YANG action is like an RPC operation in many ways except it is associated with the data node where the action is defined. The SIL code for an action callb...
Wed, 11 Mar, 2020 at 11:07 AM