Skip to content

Commit e9306f2

Browse files
Expose make_nc_method_result utility function
1 parent 6788b1f commit e9306f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Development/nmos/control_protocol_resource.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ namespace nmos
4040

4141
namespace details
4242
{
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+
4346
// See https://specs.amwa.tv/ms-05-02/branches/v1.0.x/docs/Framework.html#ncelementid
4447
web::json::value make_nc_element_id(const nc_element_id& element_id);
4548
nc_element_id parse_nc_element_id(const web::json::value& element_id);

0 commit comments

Comments
 (0)