fPty
close(fPty);
fPty = getpty(ptypath, ttypath);
if (fPty < 0)
int InputPipe() const { return fPty; };
int OutputPipe() const { return fPty; };
int fPty;