We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6788b1f commit e9306f2Copy full SHA for e9306f2
Development/nmos/control_protocol_resource.h
@@ -40,6 +40,9 @@ namespace nmos
40
41
namespace details
42
{
43
+ // See https://specs.amwa.tv/ms-05-02/branches/v1.0.x/docs/Framework.html#ncmethodresult
44
+ web::json::value make_nc_method_result(const nc_method_result& method_result, const web::json::value& value);
45
+
46
// See https://specs.amwa.tv/ms-05-02/branches/v1.0.x/docs/Framework.html#ncelementid
47
web::json::value make_nc_element_id(const nc_element_id& element_id);
48
nc_element_id parse_nc_element_id(const web::json::value& element_id);
0 commit comments