tjey I'm sorry, I misunderstood your question. Since we added a new API called EAFStepRange in v1.6, I took it for granted that you asked for this API, but I didn't expect that you asked for EAFGetSpeed.
EAFGetSpeed and EAFSetSpeed are both internal functions and will not be exposed to the public. Therefore, our header file does not contain these two APIs.
EAFStepRange is our newly added API in v1.6. Its function is to get the maximum step supported by EAF.
EAFSetMaxStep and EAFGetMaxStep are two pre-existing APIs. The difference between these two APIs and EAFStepRange is that EAFStepRange gets the max step that EAF can support, such as 600000. Through EAFSetMaxStep, you can also set a customized max step. Of course, the customized max step cannot exceed the max step supported by EAF. The function of EAFGetMaxStep is to get the max step set by EAFSetMaxStep.
Best Regards