Contents

message

Receives messages delivered from an attached provider.

Declaration

virtual IOReturn message( 
 UInt32type,
 IOService *provider,
 void *argument );

Parameters

  • type:

    A type defined in IOMessage.h.

  • provider:

    The provider from which the message originates.

  • argument:

    An argument defined by the message type.

Return Value

An IOReturn code defined by the message type.

Overview

Handles the kIOMessageDeviceSignaledWakeup message from a provider identifying the IONetworkController as the wakeup source.

See Also

Miscellaneous