mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
566 lines
18 KiB
C++
566 lines
18 KiB
C++
/*
|
|
*
|
|
* Copyright (c) 2022 Project CHIP Authors
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
// THIS FILE IS GENERATED BY ZAP
|
|
|
|
#include <app-common/zap-generated/callback.h>
|
|
#include <app-common/zap-generated/ids/Clusters.h>
|
|
#include <lib/support/Span.h>
|
|
#include <protocols/interaction_model/Constants.h>
|
|
|
|
using namespace chip;
|
|
|
|
// Cluster Init Functions
|
|
void emberAfClusterInitCallback(EndpointId endpoint, ClusterId clusterId)
|
|
{
|
|
switch (clusterId)
|
|
{
|
|
case app::Clusters::AccessControl::Id:
|
|
emberAfAccessControlClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::AccountLogin::Id:
|
|
emberAfAccountLoginClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Actions::Id:
|
|
emberAfActionsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::AdministratorCommissioning::Id:
|
|
emberAfAdministratorCommissioningClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::ApplicationBasic::Id:
|
|
emberAfApplicationBasicClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::ApplicationLauncher::Id:
|
|
emberAfApplicationLauncherClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::AudioOutput::Id:
|
|
emberAfAudioOutputClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::BallastConfiguration::Id:
|
|
emberAfBallastConfigurationClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::BarrierControl::Id:
|
|
emberAfBarrierControlClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::BasicInformation::Id:
|
|
emberAfBasicInformationClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::BinaryInputBasic::Id:
|
|
emberAfBinaryInputBasicClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Binding::Id:
|
|
emberAfBindingClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::BooleanState::Id:
|
|
emberAfBooleanStateClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Channel::Id:
|
|
emberAfChannelClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::IcdManagement::Id:
|
|
emberAfIcdManagementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::ColorControl::Id:
|
|
emberAfColorControlClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::ContentLauncher::Id:
|
|
emberAfContentLauncherClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Descriptor::Id:
|
|
emberAfDescriptorClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::DiagnosticLogs::Id:
|
|
emberAfDiagnosticLogsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::DoorLock::Id:
|
|
emberAfDoorLockClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::ElectricalMeasurement::Id:
|
|
emberAfElectricalMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::EthernetNetworkDiagnostics::Id:
|
|
emberAfEthernetNetworkDiagnosticsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::FanControl::Id:
|
|
emberAfFanControlClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::FaultInjection::Id:
|
|
emberAfFaultInjectionClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::FixedLabel::Id:
|
|
emberAfFixedLabelClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::FlowMeasurement::Id:
|
|
emberAfFlowMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::GeneralCommissioning::Id:
|
|
emberAfGeneralCommissioningClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::GeneralDiagnostics::Id:
|
|
emberAfGeneralDiagnosticsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::GroupKeyManagement::Id:
|
|
emberAfGroupKeyManagementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Groups::Id:
|
|
emberAfGroupsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Identify::Id:
|
|
emberAfIdentifyClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::IlluminanceMeasurement::Id:
|
|
emberAfIlluminanceMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::KeypadInput::Id:
|
|
emberAfKeypadInputClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::LevelControl::Id:
|
|
emberAfLevelControlClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::LocalizationConfiguration::Id:
|
|
emberAfLocalizationConfigurationClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::LowPower::Id:
|
|
emberAfLowPowerClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::MediaInput::Id:
|
|
emberAfMediaInputClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::MediaPlayback::Id:
|
|
emberAfMediaPlaybackClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::ModeSelect::Id:
|
|
emberAfModeSelectClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::NetworkCommissioning::Id:
|
|
emberAfNetworkCommissioningClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::OccupancySensing::Id:
|
|
emberAfOccupancySensingClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::OnOff::Id:
|
|
emberAfOnOffClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::OnOffSwitchConfiguration::Id:
|
|
emberAfOnOffSwitchConfigurationClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::OperationalCredentials::Id:
|
|
emberAfOperationalCredentialsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::OtaSoftwareUpdateProvider::Id:
|
|
emberAfOtaSoftwareUpdateProviderClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::OtaSoftwareUpdateRequestor::Id:
|
|
emberAfOtaSoftwareUpdateRequestorClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::PowerSource::Id:
|
|
emberAfPowerSourceClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::PowerSourceConfiguration::Id:
|
|
emberAfPowerSourceConfigurationClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::PressureMeasurement::Id:
|
|
emberAfPressureMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::PumpConfigurationAndControl::Id:
|
|
emberAfPumpConfigurationAndControlClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::RelativeHumidityMeasurement::Id:
|
|
emberAfRelativeHumidityMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Scenes::Id:
|
|
emberAfScenesClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::SoftwareDiagnostics::Id:
|
|
emberAfSoftwareDiagnosticsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Switch::Id:
|
|
emberAfSwitchClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::TargetNavigator::Id:
|
|
emberAfTargetNavigatorClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::TemperatureMeasurement::Id:
|
|
emberAfTemperatureMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Thermostat::Id:
|
|
emberAfThermostatClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::ThermostatUserInterfaceConfiguration::Id:
|
|
emberAfThermostatUserInterfaceConfigurationClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::ThreadNetworkDiagnostics::Id:
|
|
emberAfThreadNetworkDiagnosticsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::TimeFormatLocalization::Id:
|
|
emberAfTimeFormatLocalizationClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::UnitLocalization::Id:
|
|
emberAfUnitLocalizationClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::UnitTesting::Id:
|
|
emberAfUnitTestingClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::UserLabel::Id:
|
|
emberAfUserLabelClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::WakeOnLan::Id:
|
|
emberAfWakeOnLanClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::WiFiNetworkDiagnostics::Id:
|
|
emberAfWiFiNetworkDiagnosticsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::WindowCovering::Id:
|
|
emberAfWindowCoveringClusterInitCallback(endpoint);
|
|
break;
|
|
default:
|
|
// Unrecognized cluster ID
|
|
break;
|
|
}
|
|
}
|
|
|
|
void __attribute__((weak)) emberAfAccessControlClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfAccountLoginClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfActionsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfAdministratorCommissioningClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfApplicationBasicClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfApplicationLauncherClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfAudioOutputClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfBallastConfigurationClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfBarrierControlClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfBasicInformationClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfBinaryInputBasicClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfBindingClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfBooleanStateClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfChannelClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfIcdManagementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfColorControlClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfContentLauncherClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfDescriptorClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfDiagnosticLogsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfDoorLockClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfElectricalMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfEthernetNetworkDiagnosticsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfFanControlClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfFaultInjectionClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfFixedLabelClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfFlowMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfGeneralCommissioningClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfGeneralDiagnosticsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfGroupKeyManagementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfGroupsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfIdentifyClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfIlluminanceMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfKeypadInputClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfLevelControlClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfLocalizationConfigurationClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfLowPowerClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfMediaInputClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfMediaPlaybackClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfModeSelectClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfNetworkCommissioningClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfOccupancySensingClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfOnOffClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfOnOffSwitchConfigurationClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfOperationalCredentialsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfOtaSoftwareUpdateProviderClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfOtaSoftwareUpdateRequestorClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfPowerSourceClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfPowerSourceConfigurationClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfPressureMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfPumpConfigurationAndControlClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfRelativeHumidityMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfScenesClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfSoftwareDiagnosticsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfSwitchClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfTargetNavigatorClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfTemperatureMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfThermostatClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfThermostatUserInterfaceConfigurationClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfThreadNetworkDiagnosticsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfTimeFormatLocalizationClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfUnitLocalizationClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfUnitTestingClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfUserLabelClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfWakeOnLanClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfWiFiNetworkDiagnosticsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfWindowCoveringClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|