Contents

setNotificationPort

Creates a simple mach message targeting the mach port specified in port.

Declaration

virtual void setNotificationPort(
 mach_port_tport);

Parameters

  • port:

    The mach port to target with the notification message.

Overview

This message is sent when data is added to an empty queue. It is to notify a user process that new data has become available.

See Also

Miscellaneous