How do I create an instance of a class to return from a different classes method in C code? #16555
Unanswered
kdschlosser
asked this question in
Using MicroPython
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is what I am wanting to do. This is written in Python so it is easier to understand what I want to do,
I have all of the inner working to access the attributes of the
Message
class. I am not sure if there is anything special that needs to be done in order to create an instance of theMessage
class. Would code like this work?Beta Was this translation helpful? Give feedback.
All reactions