Contents

getLoginID

Returns the current login ID.

Declaration

virtual UInt32 getLoginID(
 void );

Return Value

Returns a UInt32 containing the current login ID.

Overview

When we successfully login to a device. The device gives us a unique login id. This is used internally for reconnecting to the device after bus resets and for certain other management ORBs. Most drivers are probably not interested in this value.

See Also

Miscellaneous