Home
last modified time | relevance | path

Searched defs:TypeFor (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/core/meshcop/
Ddataset.hpp700 template <> struct Dataset::TypeFor<Dataset::kActiveTimestamp> { using Type = Timestamp; }; struct in ot::MeshCoP::Dataset
701 template <> struct Dataset::TypeFor<Dataset::kPendingTimestamp> { using Type = Timestamp; }; struct in ot::MeshCoP::Dataset
702 template <> struct Dataset::TypeFor<Dataset::kNetworkKey> { using Type = NetworkKey; }; struct in ot::MeshCoP::Dataset
703 template <> struct Dataset::TypeFor<Dataset::kNetworkName> { using Type = NetworkName; }; struct in ot::MeshCoP::Dataset
704 template <> struct Dataset::TypeFor<Dataset::kExtendedPanId> { using Type = ExtendedPanId; }; argument
705 template <> struct Dataset::TypeFor<Dataset::kMeshLocalPrefix> { using Type = Ip6::NetworkPrefix; … struct in ot::MeshCoP::Dataset
706 template <> struct Dataset::TypeFor<Dataset::kDelay> { using Type = uint32_t; }; struct in ot::MeshCoP::Dataset
707 template <> struct Dataset::TypeFor<Dataset::kPanId> { using Type = Mac::PanId; }; struct in ot::MeshCoP::Dataset
708 template <> struct Dataset::TypeFor<Dataset::kChannel> { using Type = uint16_t; }; argument
709 template <> struct Dataset::TypeFor<Dataset::kWakeupChannel> { using Type = uint16_t; }; argument
[all …]