InoDrive / Discover / get_info


InoDrive.Discover.get_info(self)

Retrieve a Connected Module’s Information.

Arguments: self (Object): Reference to InoDrive Discover Instance.

Returns: Dict – A Dictionary containing the InoDrive’s Module and Network Information.

import CkInoDriveAPI

# Instantiate InoDrive Object and Connect by Name
Drive = CkInoDriveAPI.InoDrive(target='Name', autoConnect=True)

# Discover Module Information
discover = Drive.Discover.get_info()