Contents

getState

Accessor for IOService state bits, not normally needed or used outside IOService.

Declaration

virtual IOOptionBits getState(
 void ) const;

Return Value

State bits for the IOService, eg. kIOServiceInactiveState, kIOServiceRegisteredState.

See Also

Miscellaneous