Hi,
Let's assume I have a topic A whom data type is like:
struct myStruct {
short A_id; //@key
string A_title;
string A_data; };
Then I create 3 instances and I write them from my Datawriter to my Datareader.
Hi,
Let's assume I have a topic A whom data type is like:
struct myStruct {
short A_id; //@key
string A_title;
string A_data; };
Then I create 3 instances and I write them from my Datawriter to my Datareader.