Data Members



State

public:
  enum  {
  kStateUnregistered,
  kStateRegistered
  };

The state of the interface returned by getInterfaceState().

Constants

NameDescription
kStateUnregisteredThe interface has no client (IOUserClient excluded), hence the interface is not registered with the network layer.
kStateRegisteredA client has opened the interface, and the interface is registered with the network layer.

© 2000 Apple Computer, Inc. — (Last Updated 2/23/2000)