简体   繁体   中英

Is it possible to access Slim symbols from code with FitSharp?

根据FitSharp第123期 ,不可能在2014年7月。我想知道自从那以后这是否发生了变化。

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, eg

using fitSharp.Machine.Engine;
...
public void GetTheSymbols(Symbols symbols) { ...}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM