0

According to FitSharp issue 123 it wasn't possible to in July 2014. I was wondering if this has changed in the years since.

Simon Elms
  • 17,832
  • 21
  • 87
  • 103

1 Answers1

1

There's no way defined in the Slim protocol to do this. We'd have to inspect the parameter types to see if a method wants the Slim symbols passed to it, e.g.

using fitSharp.Machine.Engine;
...
public void GetTheSymbols(Symbols symbols) { ...}
Mike Stockdale
  • 5,256
  • 3
  • 29
  • 33