diff options
Diffstat (limited to 'CSharp/Ivy/IvyPPC/Ivy.cs')
-rw-r--r-- | CSharp/Ivy/IvyPPC/Ivy.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CSharp/Ivy/IvyPPC/Ivy.cs b/CSharp/Ivy/IvyPPC/Ivy.cs index b4f3b65..db0dfbb 100644 --- a/CSharp/Ivy/IvyPPC/Ivy.cs +++ b/CSharp/Ivy/IvyPPC/Ivy.cs @@ -90,6 +90,18 @@ namespace IvyBus }
}
+ public String[] Classes
+ {
+ get
+ {
+ return messages_classes;
+ }
+ set
+ {
+ messages_classes = value;
+ }
+
+ }
/// the name of the application on the bus
internal String appName;
|