-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
dlech
Oct 11, 2023
Replies: 1 comment 1 reply
-
If you just need to send single values, you can use the subcalsses like You can look at the implementation of NumericMailbox for inspiration if you want something more complex. It uses ustruct. for packing and unpacking. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bradocchs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you just need to send single values, you can use the subcalsses like
NumerciMailbox
andTextMailbox
.You can look at the implementation of NumericMailbox for inspiration if you want something more complex. It uses ustruct. for packing and unpacking.