Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crpty
main
CrPty
PtyResult
Built with Crystal 1.9.2
2023-10-07 15:32:52 UTC
class
CrPty::PtyResult
CrPty::PtyResult
Reference
Object
Defined in:
crpty.cr
Constructors
.new
(pid : LibC::Int, master_fd : LibC::Int)
Instance Method Summary
#master_fd
: LibC::Int
#pid
: LibC::Int
Constructor Detail
def self.
new
(pid : LibC::Int, master_fd : LibC::Int)
#
[
View source
]
Instance Method Detail
def
master_fd
: LibC::Int
#
[
View source
]
def
pid
: LibC::Int
#
[
View source
]