Contents

submitLogin

Attempts to login to the LUN.

Declaration

virtual IOReturn submitLogin(
 void );

Return Value

Returns kIOReturnSuccess login has successlly begun.

Overview

This call begins the login process. The login object should be configured prior to this call. If kIOReturnSuccess is returned from this call then the loginCompletion routine will be called when the login completes (successfully or unsuccesfully).

See Also

Miscellaneous