41 parent::serialize($encoder);
42 $encoder->encodeUint32($this->status);
46 protected static function unserializeSub(\
fpoirotte\Pssht\Wire\
Decoder $decoder)
48 return array($decoder->decodeUint32());
$channel
Local channel identifier.
serialize(\fpoirotte\Pssht\Wire\Encoder $encoder)
$status
Exit status of the process.
$wantReply
Whether the sender of the message wants a reply or not.
__construct($channel, $type, $wantReply, $status)