Contents

inputEvent

Sends an event to the network stack.

Declaration

virtual bool inputEvent(
 UInt32type,
 void *data );

Parameters

  • type:

    A constant describing the event type.

  • data:

    An optional data associated with the event.

Return Value

Returns true if the event was delivered, false if the event type specified is invalid, or if the event delivery failed.

Overview

This method can be used by the driver to send an event to the network stack.

See Also

Miscellaneous