TMSiSDK.sample_data_server.sample_data_server.SampleDataServer.put_sample_data#
- SampleDataServer.put_sample_data(id: int, data: SampleData)#
Puts data in the corresponding consumer.
- Parameters:
id (int) – id of the provider the consumer is reading.
data (SampleData) – data to deliver to the consumer.