InoDrive / Connection / connect


InoDrive.connect(self, timeout=None)

Have InoDrive Module attempt to establish a Connection.

Arguments:

self (Object): Reference to InoDrive Object.
timeout (Number): (Optional) Timeout value in seconds.

Returns: Boolean – True or False Value on successfully establishing a connection.

import CkInoDriveAPI

# Instantiate InoDrive Object
Drive = CkInoDriveAPI.InoDrive(target='Name')

# Attempt to Manually Connect to InoDrive
Drive.connect()