Example #1
0
 public static LightJson.JsonValue LJ_Value(this AC_Req ac_req)
 {
     LightJson.JsonObject Jobj = new LightJson.JsonObject();
     Jobj.Add("arg", ac_req.arg);
     Jobj.Add("offs", ac_req.offs);
     return(addTypeTag(Jobj, ac_req));
 }
Example #2
0
 public static AC_Resp AC(AC_Req req)
 {
     adapter.Write(req);
     return((AC_Resp)adapter.Read());
 }
Example #3
0
 public static AC_Resp AC(AC_Req req)
 {
     throw new NotImplementedException();
 }