redvypr.devices.network.network_device.Device.got_subscribed¶
- Device.got_subscribed(dataprovider_address, datareceiver_address)¶
Function is called by self.redvypr if this device is connected with another one. The intention is to notify device that a specific datastream/devce has been subscribed. This is a wrapper function and need to be reimplemented if needed. See i.e. iored as an example :param dataprovider_address: :param datareceiver_address:
Returns: