Feature #23910
Front-end Group - Task #23907: Request for Device Driver that Fans Out a Setting
Be able to return the return status from acnet setting to erlang requestor
Status:
Assigned
Priority:
Normal
Assignee:
Category:
Erlang Client Library
Target version:
-
Start date:
01/16/2020
Due date:
% Done:
0%
Estimated time:
Description
With the current erlang acnetset:setdevice, there is no mechanism to return the status from the acnet reply to the original requestor. The acnet reply is just discarded.
We discussed maybe making an additional API function that takes a list of devices and settings and it then somehow returns the statuses back to the originator via a message or using a synchronous call.
This would be useful for acsys-fe:source:dev-app|fanoutgain.erl as an improvement to #23907
History
#1 Updated by Richard Neswold about 1 year ago
- Assignee changed from Richard Neswold to Dennis Nicklaus
- Status changed from New to Assigned
Dennis was planning on working on this.