Closed thirstyice closed 4 months ago
Sometimes I don't want to set the whole ArtPollReplyConfig at once. Sometimes I just want to update one value.
ArtPollReplyConfig
I see three ways to implement this:
ArtNetPollReplyConfig
art_net_poll_reply_config
Thanks, I prefer 3rd option
3rd option was merged
Sometimes I don't want to set the whole
ArtPollReplyConfig
at once. Sometimes I just want to update one value.I see three ways to implement this:
ArtNetPollReplyConfig
, which the receiver references through a pointer (#115art_net_poll_reply_config
to the user (#116)