Mach port messages in Objective-C

I am trying to use Mach port messages in Objective-C, but I cannot find any documentation or working example.

Do you have pointers to documentation or examples?

+6
objective-c messages ipc
source share
2 answers

This link helped a friend who was looking for the same.

http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_msg_header.html

http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_msg_descriptor.html

(Apple is now more closed than before): All of Apple’s important APIs seem to be deleted or redirected to the wrong pages. Impossible, IMHO.)

+2
source share

All Articles