Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

additional optional parameter for getParamset: Array<String> values #206

Open
spali opened this issue May 4, 2015 · 0 comments
Open

additional optional parameter for getParamset: Array<String> values #206

spali opened this issue May 4, 2015 · 0 comments
Assignees
Milestone

Comments

@spali
Copy link
Member

spali commented May 4, 2015

Add parameter Array<String> values to getParamset, to select which values should be returned of a paramset.

Currently to reduce the RPC calls, I always use getParamset to get the values. But on the cost of more bytes transferred over the network.
Allowing to define which values should be returned in a paramset would reduce the transferred bytes if required.
I suggest something the same solution as in getDeviceInfo, just an optional array parameter, to define some specific values.

suggested Signature:

Paramset getParamset(Integer peerID, Integer channel, String type, Array<String> values)
@hfedcba hfedcba added this to the 0.6 milestone May 6, 2015
@hfedcba hfedcba self-assigned this May 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants