X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fnetwork%2Fcommon%2Fautomation.h;h=44e04181f9cdc4e43f3b50272a65045ea764b3df;hb=6d390e9abf13b70e7134bc4c030f80657673f32f;hp=c675001968f083c08a68fe004baa92e6d949c795;hpb=84369ca2f8558dc7dc47a7b1234c7185474c73e9;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/network/common/automation.h b/dali/internal/network/common/automation.h index c675001..44e0418 100644 --- a/dali/internal/network/common/automation.h +++ b/dali/internal/network/common/automation.h @@ -2,7 +2,7 @@ #define DALI_INTERNAL_ADAPTOR_AUTOMATION_H /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -59,6 +59,15 @@ void SetProperty(const std::string& message); */ void DumpScene(unsigned int clientId, ClientSendDataInterface* sendData); + +/** + * @brief Sets a custom command. + * No ClientSendDataInterface required, as no response is sent back + * @param[in] message custom message + */ +void SetCustomCommand(const std::string& message); + + } // namespace Automation } // namespace Adaptor