Contents

IORegistryEntryInPlane(_:_:)

Determines if the registry entry is attached in a plane.

Declaration

func IORegistryEntryInPlane(_ entry: io_registry_entry_t, _ plane: UnsafePointer<CChar>!) -> boolean_t

Parameters

  • entry:

    The registry entry.

  • plane:

    The name of an existing registry plane. Plane names are defined in IOKitKeys.h, eg. kIOServicePlane.

Return Value

If the entry has a parent in the plane, true is returned, otherwise false is returned.

Discussion

This method determines if the entry is attached in a plane to any other entry.

See Also

Miscellaneous