Ferreteria/v0.6/clade/IO/Aspect/Connx/Process/Local/@fx/Send

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | clade‎ | IO‎ | Aspect‎ | Connx‎ | Process/Local
Jump to navigation Jump to search
The item documented here has been removed and is no longer in use.
IO/Aspect/Connx/Process/Local has been {moved to}/{merged with}/{replaced by} IO\Aspect\Connx\Stream\Runner\Local. This function, however, was removed on 2026-01-18.
fx: Send()

Status

Calls

Code

As of 2025-12-23:

#
    public function Send() {
        $oSendBuff = $this->GetSendBuff();
        $oRecvBuff = $this->GetRecvBuff();
        $oaPipes = $this->OAPipes();
        $this->StreamToPipe($oSendBuff,$oaPipes->DestRsrc());
        $this->PipeToStream($oRecvBuff,$oaPipes->SrceRsrc(),FALSE);  // ...I *think*.
    }