SubscriberCallback

    Core

    Description:

    Called when the driver subscribes to other driver services.

    The callback is used in the service subscription mechanism. After the driver is registered with the HDF, the HDF proactively invokes the callback after the subscribed-to driver is loaded.

    Since:

    1.0

    Summary

    Details

    deviceObject

    Description:

    Description:

    Called by the HDF when the subscribed-to driver service is loaded.

    Parameters:

    Name

    Description

    deviceObject Indicates the pointer to the variable of the HdfDeviceObject type. This variable is generated by the HDF and passed to the driver.
    service Indicates the pointer to the service object.

    Returns: