「App:Library:FabGL:Enumerations:FlowControl」の版間の差分

提供: robot-jp wiki
ナビゲーションに移動検索に移動
(ページの作成:「 ----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]」)
 
 
(同じ利用者による、間の2版が非表示)
1行目: 1行目:
 +
==enum [http://www.fabglib.org/group___enumerations_gae88006c219f95bae663fe0f2a2561dd7.html#gae88006c219f95bae663fe0f2a2561dd7 FlowControl]==
 +
この列挙型は、さまざまなシリアルポートのフロー制御方法を定義します。
 +
{| class="wikitable"
 +
! colspan="2" |'''Enumerator'''
 +
|-
 +
|None
 +
|No flow control
 +
|-
 +
|Software
 +
|Software flow control. Use XON and XOFF control characters
 +
|-
 +
|Hardware
 +
|Hardware flow control. Use RTS and CTS signals
 +
|-
 +
|Hardsoft
 +
|Hardware/software flow control. Use XON/XOFF and RTS/CTS
 +
|}
 +
'''[http://www.fabglib.org/terminal_8h_source.html#l00706 line 706 of file terminal.h]'''に定義されています。
  
  
  
 
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]
 
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]

2022年3月21日 (月) 23:31時点における最新版

enum FlowControl

この列挙型は、さまざまなシリアルポートのフロー制御方法を定義します。

Enumerator
None No flow control
Software Software flow control. Use XON and XOFF control characters
Hardware Hardware flow control. Use RTS and CTS signals
Hardsoft Hardware/software flow control. Use XON/XOFF and RTS/CTS

line 706 of file terminal.hに定義されています。



戻る