Zao SDK for Jetson / libzao-endpoint API リファレンス 1.5.0.0 (2024-09-25)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
zao::endpoint::control::LineInfoEntry Class Reference

RASCOW2 Lineステータス情報のフォーマット More...

#include <LineInfo.hpp>

Public Member Functions

 LineInfoEntry () noexcept
 LineInfoEntry オブジェクトをデフォルト構築する.
 
 LineInfoEntry (const std::uint8_t number, const line_status_t status) noexcept
 LineInfoEntry オブジェクトを初期値付きで構築する.
 
std::uint8_t GetNumber () const noexcept
 Line番号を取得する。
 
void SetNumber (std::uint8_t number) noexcept
 Line番号を設定する。
 
line_status_t GetStatus () const noexcept
 Lineステータスを取得する。
 
void SetStatus (line_status_t status) noexcept
 Lineステータスを設定する。
 

Detailed Description

RASCOW2 Lineステータス情報のフォーマット

Constructor & Destructor Documentation

◆ LineInfoEntry() [1/2]

zao::endpoint::control::LineInfoEntry::LineInfoEntry ( )
inlinenoexcept

LineInfoEntry オブジェクトをデフォルト構築する.

Note
各フィールドは無効な値で初期化される.

◆ LineInfoEntry() [2/2]

zao::endpoint::control::LineInfoEntry::LineInfoEntry ( const std::uint8_t  number,
const line_status_t  status 
)
inlinenoexcept

LineInfoEntry オブジェクトを初期値付きで構築する.

Parameters
numberLine番号の初期値
statusLineステータスの初期値

Member Function Documentation

◆ SetNumber()

void zao::endpoint::control::LineInfoEntry::SetNumber ( std::uint8_t  number)
inlinenoexcept

Line番号を設定する。

Parameters
numberLine番号設定値

◆ SetStatus()

void zao::endpoint::control::LineInfoEntry::SetStatus ( line_status_t  status)
inlinenoexcept

Lineステータスを設定する。

Parameters
statusLineステータス設定値

The documentation for this class was generated from the following file: