at Christie_net.datagear.dg.DataGear`1.SetData(T data) in /Users/e165729/konoLab/Christie_net/datagear/dg/DataGear.cs:line 49
at Christie_net.datagear.dg.MessagePackDataGear`1.GetData() in /Users/e165729/konoLab/Christie_net/datagear/dg/MessagePackDataGear.cs:line 46
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
public class RTCommand {
[Key("line")]
public string line;
[Key("command")]
public string command;
[Key("offset")]
public int offset;
public RTCommand(string line, string command, int offset) {
this.line = line;
this.command = command;
this.offset = offset;
}