public:enum { kStateUnregistered, kStateRegistered };
The state of the interface returned by getInterfaceState().
Name Description kStateUnregistered The interface has no client (IOUserClient excluded), hence the interface is not registered with the network layer. kStateRegistered A client has opened the interface, and the interface is registered with the network layer.
© 2000 Apple Computer, Inc. (Last Updated 2/23/2000)