AG903ライブラリリファレンス
内容インデックスホーム
前へ上へ次へ
Usbh_Api_PipeIsOpened 関数

Pipeのオープン状態の確認

Syntax
C++
uhs_boolean_t Usbh_Api_PipeIsOpened(struct usb_control_block* ucb);
引数 
説明 
struct usb_control_block* ucb 
[in] USB コントロールブロック 

Pipeのオープン状態の確認結果

返値の詳細 
説明 
TRUE 
オープンされている 
FALSE 
オープンされていない 

Pipeのオープン状態の確認を行います。 

指定したUSBコントロールブロックに対応するPipeがオープンされているかどうか確認します。

1: uhs_boolean_t Usbh_Api_PipeIsOpened(struct usb_control_block* ucb) 2: { 3: 4: return Usbc_Api_PipeIsOpened( ucb ); 5: }
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.