节点术语

时间:2024-03-10 01:36:37
【文件属性】:

文件名称:节点术语

文件大小:28KB

文件格式:ZIP

更新时间:2024-03-10 01:36:37

C++

班级 Termios类,用于保存termios结构数据。 属性 c_iflag :表示输入模式标志的整数。 c_oflag :表示输出模式标志的整数。 c_cflag :整数,表示字符模式标志。 c_lflag :表示本地模式标志的整数。 c_cc :代表控制字符设置的对象。 方法 constructor(arg) :创建新的termios对象。 要预填充termios数据,请将arg设置为有效的文件描述符或另一个Termios对象。 loadFrom(fd) :从文件描述符fd加载termios数据。 writeTo(fd, action) :设置文件描述符fd termios数据。 action必须是termios.ACTION (默认为TCSAFLUSH )。 getInputSpeed() :返回输入通道波特率设置。 getOutputSpeed() :返回输出通道


【文件预览】:
node-termios-master
----install.js(164B)
----renovate.json(41B)
----package.json(825B)
----tslint.json(1KB)
----LICENSE(1022B)
----package-lock.json(39KB)
----src()
--------CTermios.h(1KB)
--------termios_basic.h(1KB)
--------CCBuffer.h(1KB)
--------termios_basic.cpp(7KB)
--------interfaces.ts(5KB)
--------node_termios.cpp(11KB)
--------CTermios.cpp(7KB)
--------node_termios.h(1KB)
--------CCBuffer.cpp(3KB)
--------index.ts(2KB)
----.npmignore(1KB)
----tsconfig.json(292B)
----.gitignore(2KB)
----README.md(3KB)
----binding.gyp(323B)

网友评论