def __init__(self, ixnObj=None): """ Parameters ixnObj: : The main connection object. """ self.ixnObj = ixnObj self.protocolObj = Protocol(ixnObj)