Contents

getMediumDictionary

Returns the medium dictionary published by the driver.

Declaration

virtual const OSDictionary * getMediumDictionary() const;

Return Value

Returns the published medium dictionary, or 0 if the driver has not yet published a medium dictionary through publishMediumDictionary().

Overview

Returns the medium dictionary published by the driver through publishMediumDictionary(). Use copyMediumDictionary() to create and get a copy of the medium dictionary.

See Also

Miscellaneous