RTI Connext C# API
Version 7.3.0
Shape.idl
1
module
Example
{
2
struct
Shape {
3
@key string<128> color;
4
int32 x;
5
int32 y;
6
int32 shapesize;
7
};
8
};
Example
Definition:
MyType.cs:17