Skip navigation links

Package org.onosproject.yms.ych

In SBI, the provider or driver uses YANG management system as a CODEC utility.

See: Description

Package org.onosproject.yms.ych Description

In SBI, the provider or driver uses YANG management system as a CODEC utility. These providers/drivers use the YANG codec utility to register the device schema. YANG utils is used to generate the java files corresponding to the device schema. Provider or driver use these classes to seamlessly manage the device as java objects. While sending the request to device, drivers use the utility to translate the objects to protocol specific data representation and then send to the device. Protocol or driver use the same instance of the codec utility across multiple translation request. Protocol or driver should not use the same instance of utility concurrently.
Skip navigation links