otPlat APIs
#9967
-
Are the various otPlat functions only intended on being called from the OT stack or are these considered APIs that can be called from the application as well? |
Beta Was this translation helpful? Give feedback.
Answered by
jwhui
Mar 26, 2024
Replies: 1 comment 3 replies
-
Platform APIs are generally only intended to be called by OT. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any capabilities beyond what OT requires is platform dependent. For example, a platform could implement reentrant
otPlat
APIs allowing for multiple concurrent invocations.