Ferreteria/v0.6/clade/IO/Aspect/Connx/Stream/Chain/@removed
Jump to navigation
Jump to search
|
Removed Code
|
2026-01-20
#
// 2026-01-11 old API
public function DoCommand(CLineIface $oCmd, StreamIface $oResps) : CommOpIface {
return $this->ForwardCommand($oCmd,$oResps);
}
protected function ForwardCommand(CLineIface $oCmd, StreamIface $oResps) : CommOpIface {
return $this->OSock()->OPlug()->DoCommand($oCmd,$oResps); // e.g. Shell\Remote\cSSH->DoCommand()
}