def fasSendCommandAndReadOutput(oCdbWrapper, *axArguments, **dxArguments): return cCdbWrapper_fasSendCommandAndReadOutput(oCdbWrapper, *axArguments, **dxArguments)
def fasSendCommandAndReadOutput(oCdbWrapper, sCommand, bIsRelevantIO = True, bMayContainApplicationOutput = False, bHideCommand = False): return cCdbWrapper_fasSendCommandAndReadOutput(oCdbWrapper, sCommand, bIsRelevantIO = bIsRelevantIO, bMayContainApplicationOutput = bMayContainApplicationOutput, bHideCommand = bHideCommand );
def fasSendCommandAndReadOutput(oCdbWrapper, sCommand): return cCdbWrapper_fasSendCommandAndReadOutput(oCdbWrapper, sCommand)
def fasSendCommandAndReadOutput(oCdbWrapper, sCommand): from cCdbWrapper_fasSendCommandAndReadOutput import cCdbWrapper_fasSendCommandAndReadOutput; return cCdbWrapper_fasSendCommandAndReadOutput(oCdbWrapper, sCommand);
def fasSendCommandAndReadOutput(oCdbWrapper, sCommand): return cCdbWrapper_fasSendCommandAndReadOutput(oCdbWrapper, sCommand);