シリアルデータ断片送信用バッファのインターフェース。  
 More...
#include <ChunkSourceBufferInterface.hpp>
|  | 
| virtual void * | GetPointer ()=0 | 
|  | バッファのポインタを取得する。 
 | 
|  | 
| virtual std::size_t | GetCapacity () const =0 | 
|  | バッファの容量をバイト数で取得する。 
 | 
|  | 
| virtual void | SetLength (std::size_t bytes)=0 | 
|  | バッファに格納された有効データ長を設定する。 
 | 
|  | 
| virtual void | SetTimestamp (TimestampInterface::Rep timestamp)=0 | 
|  | タイムスタンプを設定する。 
 | 
|  | 
| virtual | ~ChunkSourceBufferInterface () noexcept=default | 
|  | ChunkSourceBufferInterface オブジェクトを破棄する。 
 | 
|  | 
シリアルデータ断片送信用バッファのインターフェース。 
- Since
- SDK1.5 
◆ SetLength()
  
  | 
        
          | virtual void zao::endpoint::serial::ChunkSourceBufferInterface::SetLength | ( | std::size_t | bytes | ) |  |  | pure virtual | 
 
バッファに格納された有効データ長を設定する。 
- Parameters
- 
  
  
 
 
◆ SetTimestamp()
The documentation for this class was generated from the following file: