Google は、黒人コミュニティのための人種的公平の促進に取り組んでいます。
詳細をご覧ください。
nl ::織り::プロファイル::ソフトウェアの更新:: ProductSpec
#include <src/lib/profiles/software-update/SoftwareUpdateProfile.h>
製品仕様を表す補助クラス。
概要
パブリック属性 |
---|
productId | uint16_t ベンダーが管理する名前空間から取得した16ビットの製品ID。 |
productRev | uint16_t ベンダーが管理する名前空間から引き出された16ビットの製品リビジョン。 |
vendorId | uint16_t ウィーブベンダー識別子レジストリから取得したウィーブベンダーID。 |
パブリック属性
製品番号
uint16_t productId
ベンダーが管理する名前空間から取得した16ビットの製品ID。
productRev
uint16_t productRev
ベンダーが管理する名前空間から引き出された16ビットの製品リビジョン。
vendorId
uint16_t vendorId
ウィーブベンダー識別子レジストリから取得したウィーブベンダーID。
公の行事
ProductSpec
ProductSpec(
uint16_t aVendor,
uint16_t aProduct,
uint16_t aRevision
)
コンストラクタProductSpecのオブジェクト。
詳細 | パラメーター | [in] aVendor | 指定された製品のベンダーID | [in] aProduct | ベンダー固有の製品ID | [in] aRevision | ベンダー固有の製品リビジョン番号 |
|
ProductSpec
ProductSpec()
無効な作成デフォルトコンストラクタProductSpecのオブジェクトを。
オブジェクトがメッセージから逆シリアル化されている場合に使用されます。
演算子==
bool operator==(
const ProductSpec &
) const
等式演算子。
詳細 | パラメーター | |
戻り値 | 両方のオブジェクトのすべてのフィールドが等しい場合はtrue、それ以外の場合はfalse |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Thread is a registered trademark of the Thread Group, Inc.
Last updated 2019-03-18 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"必要な情報がない"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"複雑すぎる / 手順が多すぎる"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"最新ではない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"サンプル / コードに問題がある"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]