|
NetBurner 3.5.7
PDF Version |
Type-safe template wrapper around OS_MBOX for passing typed pointer messages. More...
#include <nbrtos.h>
Type-safe template wrapper around OS_MBOX for passing typed pointer messages.
Provides the same interface as OS_MBOX but casts messages to and from the specified pointer type, eliminating the need for manual void-pointer casts.
| T | The type of objects whose pointers will be stored in the mailbox. |