CN103353836A - Method for realizing functions of programmable reusable control - Google Patents

Method for realizing functions of programmable reusable control Download PDF

Info

Publication number
CN103353836A
CN103353836A CN2013101101768A CN201310110176A CN103353836A CN 103353836 A CN103353836 A CN 103353836A CN 2013101101768 A CN2013101101768 A CN 2013101101768A CN 201310110176 A CN201310110176 A CN 201310110176A CN 103353836 A CN103353836 A CN 103353836A
Authority
CN
China
Prior art keywords
control
control functionality
functionality
mapping table
allocation list
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN2013101101768A
Other languages
Chinese (zh)
Other versions
CN103353836B (en
Inventor
袁永平
熊悦
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SHENZHEN TENDZONE INTELLIGENT TECHNOLOGY Co Ltd
Original Assignee
SHENZHEN TENDZONE INTELLIGENT TECHNOLOGY Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SHENZHEN TENDZONE INTELLIGENT TECHNOLOGY Co Ltd filed Critical SHENZHEN TENDZONE INTELLIGENT TECHNOLOGY Co Ltd
Priority to CN201310110176.8A priority Critical patent/CN103353836B/en
Publication of CN103353836A publication Critical patent/CN103353836A/en
Application granted granted Critical
Publication of CN103353836B publication Critical patent/CN103353836B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention provides a method for realizing the functions of a programmable reusable control. The method is characterized by comprising the following steps: defining a control function configuration table, wherein each table item comprises a control name and a control task, and the control task consists of at least one control function; generating a control function mapping table according to the control function configuration table, wherein each table item comprises a control name and a control function pointer, the pointer points at the control task of the corresponding control in the control function configuration table; and when monitoring that the control is triggered, executing the corresponding control task according to the corresponding control function pointer in the control function mapping table. In the embodiment of the invention, a one-to-one mapping mode is adopted, so the realizing process is simplified, the operation complexity is greatly reduced and the operation time is saved; the programmable and self-defining functions of the user level are realized, configuration can be modified randomly, and the method is convenient, saves time and labor; the control function configuration table can be relatively independent of an executive program, so the extendibility of the executive program in different products is greatly improved.

Description

A kind of function realizing method of programmable reusable control
Technical field
The present invention relates to field of computer technology, relate in particular to a kind of programmable reusable control functionality implementation method.
Background technology
Along with the function of digital audio processing device and other various devices from strength to strength; be saving resource; usually can adopt reusable control (such as button), control a plurality of control targets (such as same switch key in order to control the opening/closing of desk lamp and curtain) by a control.As shown in Figure 1, the function realizing method of traditional reusable control is: monitor trigger source; When whenever listening to control and being triggered, carry out condition judgment, carry out corresponding operation after judging the current control target of this control.
This traditional implementation is for the equipment with multiplexing control enormous amount, all will carry out condition judgment when whenever listening to control and being triggered, and not only expends the plenty of time, and implementation complexity is high; And in the time need to making amendment to the attribute of control, need in whole software, revise, very complex satisfies different demands so that the user is difficult to revise.Thereby, be necessary the function implementation of this control is improved.
Summary of the invention
The object of the present invention is to provide a kind of function realizing method of programmable reusable control, reduce implementation complexity, save the processing time;
Another object of the present invention is to provide a kind of function realizing method of programmable reusable control, realize able to programme, the custom feature of user level, can revise arbitrarily configuration, satisfy user's user demand.
The objective of the invention is to be achieved through the following technical solutions:
A kind of function realizing method of programmable reusable control comprises:
Pre-defined control functionality allocation list, each list item comprise control title and corresponding control task, and this control task is comprised of at least a control functionality;
According to the control functionality allocation list, generate the control functionality mapping table, each list item comprises control title and control functionality pointer, the control task of corresponding control in each control functionality pointed control functionality allocation list;
Monitor trigger source, when having listened to control and be triggered, carry out corresponding control task according to corresponding control functionality pointer in the control functionality mapping table, realize simultaneously all control functionality that this control task is included.
Wherein, the quantity of predefined control functionality allocation list is a or many parts of coexistences.
Wherein, when described control functionality allocation list has many parts of coexistences, generate the control functionality mapping table take whole control functionality allocation lists as foundation.
Wherein, also comprise the step that described control functionality allocation list and control functionality mapping table are upgraded, comprising: when control kind, control functionality etc. have adjustment, at first the control functionality allocation list is upgraded; Then, the control functionality allocation list according to after upgrading calls current control functionality mapping table, and it is upgraded.
Wherein, the method that the control functionality allocation list is upgraded is: add or delete whole control functional configuration table, perhaps add, the list item in deletion or the change control functional configuration table; Then, reload the control functionality allocation list so that it comes into force.
Wherein, the method for described control functionality mapping table being upgraded comprises update all and part renewal; During update all, the current control functionality allocation list that comes into force only has portion; When part was upgraded, the current control functionality allocation list that comes into force had many parts, according to the sequencing stack and the covering that load.
Wherein, to the method for control functionality mapping table update all be: upgrade the control functionality pointer of the whole list items in the control functionality mapping table, make it directly point to the control task of corresponding control in the new control functionality allocation list that loads; If certain control does not exist in the control functionality allocation list, then the control functionality pointer in this control list item in the control functionality mapping table is empty.
Wherein, the method for the control functionality mapping table partly being upgraded is: the control functionality pointer that upgrades the part list item in the control functionality mapping table;
If certain control in the control functionality mapping table also exists in the control functionality allocation list, then upgrade the control functionality pointer in this control list item in the control functionality mapping table, make it directly point to the control task of corresponding control in the new control functionality allocation list that loads;
If certain control in the control functionality mapping table does not exist in the control functionality allocation list, then the control functionality pointer in this control list item in the control functionality mapping table does not upgrade;
When part was upgraded, if need the function of certain control to be sky, the control task that then this control is corresponding in the functional configuration table was set to sky.
Wherein, the mode of described control functionality mapping table being upgraded comprises direct renewal and triggers and upgrade;
Described direct update mode is specially: call the control functionality mapping table and upgrade after the control functionality allocation list upgrades;
Described triggering update mode is specially: add a control in the control functionality allocation list, the control task of this control is made as the renewal that triggers the control functionality mapping table; After listening to this control and being triggered, upgrade immediately control functionality allocation list and control functionality mapping table.
Compared with prior art, the embodiment of the invention has following beneficial effect:
1) compares with the matrix mapping mode that prior art adopts, adopted one by one mapping mode in the embodiment of the invention: pre-defined control functionality allocation list and current control functionality mapping table, when having listened to control and be triggered, can directly carry out corresponding control task by current control functionality mapping table pointer, all discriminatory analysis is current in the time of need not whenever listening to trigger source again will carry out for which kind of multiplexing function, simplified implementation procedure, greatly reduce the complexity of operation, saved the running time.
2) because in the embodiment of the invention, the control functionality allocation list can a plurality ofly coexist, control functionality allocation list and control functionality mapping table can upgrade at any time, like this when control kind and control task change to some extent, only need to upgrade the list item in two tables or directly switch and get final product, thereby realized able to programme, the custom feature of user level, and can revise arbitrarily configuration, make things convenient for, save time, laborsaving.
3) because control functionality allocation list and control functionality mapping table can be relatively independent of executive routine itself, also so that the extensibility of executive routine in different product greatly improve.
 
Description of drawings
Fig. 1 is the function realizing method process flow diagram of reusable control in the prior art.
Fig. 2 is the function realizing method process flow diagram of reusable control in the embodiment of the invention.
 
Embodiment
In order to make purpose of the present invention, technical scheme and advantage clearer, below in conjunction with drawings and Examples, the present invention is further elaborated.Should be appreciated that specific embodiment described herein only in order to explain the present invention, is not intended to limit the present invention.
See also shown in Figure 2ly, in the present embodiment, the function realizing method of reusable control may further comprise the steps:
201, definition control functionality allocation list, each list item comprises control title and control task, the control task is comprised of function number and function array.Wherein, the function array has comprised one or more control functionality, and the function number refers to the quantity of the control functionality that comprises in the function array.
In actual applications, the control functionality allocation list can only have portion, also many parts of coexistences can be arranged.Can comprise different control kinds in the different control functionality allocation lists, also can comprise the identical control kind of corresponding different control tasks, each allocation list is renewable, can use simultaneously, also can switch as required at any time.If there is control temporarily inoperative, its control task can be set for empty in the control functionality allocation list.
The structure of control functionality allocation list is shown in following table 1 and table 2, and this two table coexists in the present embodiment.
Table 1
Control title 1 Control task 1.1<function number, function array 〉
Control title 2 Control task 2.1<function number, function array 〉
Control title 3 Control task 3.1<function number, function array 〉
Control title 4 Control task 4.1<function number, function array 〉
Table 2
Control title 1 Control task 1.2<function number, function array 〉
Control title 2 Control task 2.2<function number, function array 〉
Control title 5 Control task 5.1<function number, function array 〉
Control title 6 Control task 6.1<function number, function array 〉
202, generate current control functionality mapping table according to the control functionality allocation list, each list item comprises control title and control functionality pointer thereof.Control task corresponding to this control in the control functionality pointed control functionality allocation list represents current all control functionality for realizing simultaneously the control task that pointer is pointed of this control.
Take table 1 and table 2 as reference, the structure of control functionality mapping table is as shown in table 3 below in the present embodiment.
Table 3
Control title 1 * p->control task 1.2
Control title 2 * p->control task 2.1
Control title 3 * p->control task 3.1
Control title 4 * p->control task 4.1
Control title 5 * p->control task 5.1
Control title 6 * p->control task 6.1
203, monitor trigger source, when having control to be triggered, carry out corresponding control task according to pointer corresponding in the current control functionality mapping table, realize simultaneously all control functionality that comprise in the control task.Take table 1, table 2, table 3 as example, when control 1 is triggered, the control task 1.2 in the execution list 2; When control 2 is triggered, the control task 2.1 in the execution list 1; When control 3 is triggered, the control task 3.1 in the execution list 1; When control 5 is triggered, the control task 5.1 in the execution list 2.
204, as required control functionality allocation list and control functionality mapping table are upgraded.
Control set in the control functionality mapping must equal control set in all control control functionality allocation lists, thereby concrete update method is: when control kind, control functionality etc. have adjustment, at first the control functionality allocation list is upgraded; Then, the control functionality allocation list according to after upgrading calls current control functionality mapping table, and it is upgraded.
The method that the control functionality allocation list is upgraded is specially: load the control functionality allocation list.Control functional configuration table can add, delete; List item in the control functionality allocation list also can add, deletes and revise.
The update method of control functionality mapping table also has update all and part to upgrade; During update all, the current control functionality allocation list that comes into force only has portion; When part was upgraded, the current control functionality allocation list that comes into force had many parts, according to the sequencing stack and the covering that load.
During to control functionality mapping table update all, upgrade the control functionality pointer of the whole list items in the control functionality mapping table.The control functionality pointer of the control list item in the control functionality mapping table, directly the control task of corresponding control in the new control functionality allocation list that loads of sensing; If certain control does not exist in the control functionality allocation list, then the control functionality pointer in this control list item in the control functionality mapping table is empty (NULL).
When the control functionality mapping table is partly upgraded, upgrade the control functionality pointer of the part list item in the control functionality mapping table.If certain control exists in the control functionality allocation list, the control functionality pointer in this control list item in the control functionality mapping table then directly points to the control task of corresponding control in the new control functionality allocation list that loads; If certain control does not exist in the control functionality allocation list, then the control functionality pointer in this control list item in the control functionality mapping table does not upgrade.If the control set in the new control functionality allocation list that loads equals the control set in the control functionality mapping, then effect is equivalent to update all.When part was upgraded, if want the function of certain control to be sky, the control task that then this control is corresponding in the functional configuration table was set to sky (the function number that is actually in the control task is set to zero, and the control functionality array is empty).
The update mode of control functionality mapping table has direct update mode and triggers update mode.Directly update mode is specially: call the control functionality mapping table and upgrade after the control functionality allocation list upgrades.The triggering update mode is specially: add a control in the control functionality allocation list, the control task of this control is for triggering the renewal of control functionality mapping table; After listening to this control and being triggered, upgrade immediately control functionality allocation list and control functionality mapping table.
Above-mentioned update method has realized the able to programme and custom feature of user level, and the user can adjust at any time as required, and is not only simple and convenient but also quick and precisely, be particularly suitable for have more control, equipment that the control functionality kind is many.
Take 16 railway digital sound consoles as example, its control Mute is used for controlling simultaneously the dumb sound of 16 passages.In the prior art, it controls the dumb sound of which passage at this moment according to current condition judgment first in common meeting after control Mute is triggered, and then controls corresponding control function according to judged result.And behind employing the present invention, owing in current control functionality mapping table, having defined control Mute only for the dumb sound of controlling dedicated tunnel, so the direct dumb sound of control dedicated tunnel after listening to control Mute and being triggered, the condition judgment link in the middle of having omitted.The digital sound console especially many to the control kind, that control functionality is many has been saved the intermediate treatment time greatly, has reduced the complexity of operation.
The above only is preferred embodiment of the present invention, not in order to limiting the present invention, all any modifications of doing within the spirit and principles in the present invention, is equal to and replaces and improvement etc., all should be included within protection scope of the present invention.

Claims (9)

1. the function realizing method of a programmable reusable control is characterized in that, the method comprises:
Pre-defined control functionality allocation list, each list item comprise control title and corresponding control task, and this control task is comprised of at least a control functionality;
According to the control functionality allocation list, generate the control functionality mapping table, each list item comprises control title and control functionality pointer, the control task of corresponding control in each control functionality pointed control functionality allocation list;
Monitor trigger source, when having listened to control and be triggered, carry out corresponding control task according to corresponding control functionality pointer in the control functionality mapping table, realize simultaneously all control functionality that this control task is included.
2. the function realizing method of programmable reusable control as claimed in claim 1 is characterized in that, in the method, the quantity of predefined control functionality allocation list is a or many parts of coexistences.
3. the function realizing method of programmable reusable control as claimed in claim 2 is characterized in that,
When described control functionality allocation list has many parts of coexistences, generate the control functionality mapping table take whole control functionality allocation lists as foundation.
4. the function realizing method of programmable reusable control as claimed in claim 3 is characterized in that, the method also comprises the step that described control functionality allocation list and control functionality mapping table are upgraded, and comprising:
When control kind, control functionality etc. have adjustment, at first the control functionality allocation list is upgraded; Then, the control functionality allocation list according to after upgrading calls current control functionality mapping table, and it is upgraded.
5. the function realizing method of programmable reusable control as claimed in claim 4, it is characterized in that, the method that the control functionality allocation list is upgraded is: add or delete whole control functional configuration table, perhaps add, the list item in deletion or the change control functional configuration table; Then, reload the control functionality allocation list so that it comes into force.
6. the function realizing method of programmable reusable control as claimed in claim 4 is characterized in that, the method that described control functionality mapping table is upgraded comprises that update all and part upgrade; During update all, the current control functionality allocation list that comes into force only has portion; When part was upgraded, the current control functionality allocation list that comes into force had many parts, according to the sequencing stack and the covering that load.
7. the function realizing method of programmable reusable control as claimed in claim 6, it is characterized in that, method to control functionality mapping table update all is: upgrade the control functionality pointer of the whole list items in the control functionality mapping table, make it directly point to the control task of corresponding control in the new control functionality allocation list that loads; If certain control does not exist in the control functionality allocation list, then the control functionality pointer in this control list item in the control functionality mapping table is empty.
8. the function realizing method of programmable reusable control as claimed in claim 6 is characterized in that, the method that the control functionality mapping table is partly upgraded is: the control functionality pointer that upgrades the part list item in the control functionality mapping table;
If certain control in the control functionality mapping table also exists in the control functionality allocation list, then upgrade the control functionality pointer in this control list item in the control functionality mapping table, make it directly point to the control task of corresponding control in the new control functionality allocation list that loads;
If certain control in the control functionality mapping table does not exist in the control functionality allocation list, then the control functionality pointer in this control list item in the control functionality mapping table does not upgrade;
When part was upgraded, if need the function of certain control to be sky, the control task that then this control is corresponding in the functional configuration table was set to sky.
9. the function realizing method of programmable reusable control as claimed in claim 4 is characterized in that, in the method, the mode that described control functionality mapping table is upgraded comprises direct renewal and triggers and upgrade;
Described direct update mode is specially: call the control functionality mapping table and upgrade after the control functionality allocation list upgrades;
Described triggering update mode is specially: add a control in the control functionality allocation list, the control task of this control is made as the renewal that triggers the control functionality mapping table; After listening to this control and being triggered, upgrade immediately control functionality allocation list and control functionality mapping table.
CN201310110176.8A 2013-04-01 2013-04-01 A kind of function realizing method of programmable reusable control Active CN103353836B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310110176.8A CN103353836B (en) 2013-04-01 2013-04-01 A kind of function realizing method of programmable reusable control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310110176.8A CN103353836B (en) 2013-04-01 2013-04-01 A kind of function realizing method of programmable reusable control

Publications (2)

Publication Number Publication Date
CN103353836A true CN103353836A (en) 2013-10-16
CN103353836B CN103353836B (en) 2016-12-28

Family

ID=49310210

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310110176.8A Active CN103353836B (en) 2013-04-01 2013-04-01 A kind of function realizing method of programmable reusable control

Country Status (1)

Country Link
CN (1) CN103353836B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106201030A (en) * 2016-07-07 2016-12-07 徐文波 A kind of multimedia controlled plate that can customize control
CN107544820A (en) * 2016-06-29 2018-01-05 平安科技(深圳)有限公司 Diagrammatic representation method and device
CN108733444A (en) * 2018-05-14 2018-11-02 北京五八信息技术有限公司 A kind of method for refreshing of the page, device, storage medium and mobile terminal
CN108874466A (en) * 2018-06-08 2018-11-23 Oppo(重庆)智能科技有限公司 Control call method, electronic device and computer readable storage medium
CN105611427B (en) * 2016-02-16 2019-04-16 青岛海信电器股份有限公司 The control method for playing back and device of audio-video
CN109656780A (en) * 2018-12-17 2019-04-19 深圳市丰巢科技有限公司 Control data monitor method, device, server-side, equipment and medium
CN112804618A (en) * 2021-01-06 2021-05-14 昆腾微电子股份有限公司 Audio output method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110067001A1 (en) * 2009-09-16 2011-03-17 Viasat, Inc. Control/monitor automation for asics and programmable logic
CN102110143A (en) * 2011-02-09 2011-06-29 浪潮集团山东通用软件有限公司 Assembly facing various controls in desktop application program
CN102520947A (en) * 2011-12-09 2012-06-27 中兴通讯股份有限公司 Method and device for automatically removing codes

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110067001A1 (en) * 2009-09-16 2011-03-17 Viasat, Inc. Control/monitor automation for asics and programmable logic
CN102110143A (en) * 2011-02-09 2011-06-29 浪潮集团山东通用软件有限公司 Assembly facing various controls in desktop application program
CN102520947A (en) * 2011-12-09 2012-06-27 中兴通讯股份有限公司 Method and device for automatically removing codes

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105611427B (en) * 2016-02-16 2019-04-16 青岛海信电器股份有限公司 The control method for playing back and device of audio-video
CN107544820A (en) * 2016-06-29 2018-01-05 平安科技(深圳)有限公司 Diagrammatic representation method and device
CN106201030A (en) * 2016-07-07 2016-12-07 徐文波 A kind of multimedia controlled plate that can customize control
CN106201030B (en) * 2016-07-07 2019-02-01 徐文波 A kind of multimedia controlled plate can customize control
CN108733444A (en) * 2018-05-14 2018-11-02 北京五八信息技术有限公司 A kind of method for refreshing of the page, device, storage medium and mobile terminal
CN108874466A (en) * 2018-06-08 2018-11-23 Oppo(重庆)智能科技有限公司 Control call method, electronic device and computer readable storage medium
CN108874466B (en) * 2018-06-08 2021-10-29 Oppo(重庆)智能科技有限公司 Control calling method, electronic device and computer readable storage medium
CN109656780A (en) * 2018-12-17 2019-04-19 深圳市丰巢科技有限公司 Control data monitor method, device, server-side, equipment and medium
CN112804618A (en) * 2021-01-06 2021-05-14 昆腾微电子股份有限公司 Audio output method and device
CN112804618B (en) * 2021-01-06 2022-07-29 昆腾微电子股份有限公司 Audio output method and device

Also Published As

Publication number Publication date
CN103353836B (en) 2016-12-28

Similar Documents

Publication Publication Date Title
CN103353836A (en) Method for realizing functions of programmable reusable control
CN108804113B (en) Method, device and storage medium for deploying microservice application and electronic equipment
US10652037B2 (en) Notifying affected users of feature changes in a software application
WO2008126221A1 (en) Software modification management program, software modification management device, and software modification management method
CN105592127B (en) Application management system for cloud computing environment
CN102929650A (en) Method and device for independently configuring application program running environment and mobile device
CN109253521B (en) Noise control method, device and system, air conditioner and computer readable storage medium
US20180150308A1 (en) Method for Communication between Views in Android System
CN107726539B (en) Terminal operation parameter adjusting method and device and computer readable storage medium
CN105402847A (en) Backup method for system data and central air conditioning unit adopting backup method
CN104991811A (en) Process running state adjusting method in isolation system switching period and intelligent terminal
CN105591778A (en) Method and system for updating configuration file in distributed system
CN107391622B (en) Data access method and equipment
CN108255596A (en) A kind of method and system for performing timed task
CN103019695B (en) Data object and state control logical separation system and method
CN105323643A (en) Control device for realizing fast switching of television channels and television applications
CN104038642B (en) A kind of method and device responding incoming call
CN108124179A (en) The method and system that focus switches between a kind of more controls
CN101452403A (en) Drawing support method and device
CN105630581A (en) Task processing method and device, and computer storage medium
CN110266529A (en) Extensive individualized intelligent service customization method based on Internet of Things
US8453113B2 (en) Configuration tool and system for an intelligent electronic device
WO2008133986A3 (en) Method and system of deleting files from a remote server
CN105242836B (en) Menu display method and device
US10514968B2 (en) Information processing system and information processing method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 518107, Hua Han Innovation Park office building, 16 Lang Shan Road, Shenzhen, Guangdong, Nanshan District D403

Applicant after: Shenzhen East micro smart Polytron Technologies Inc

Address before: 518107, Hua Han Innovation Park office building, 16 Lang Shan Road, Shenzhen, Guangdong, Nanshan District D403

Applicant before: Shenzhen Tendzone Intelligent Technology Co., Ltd.

COR Change of bibliographic data
C14 Grant of patent or utility model
GR01 Patent grant
CP02 Change in the address of a patent holder

Address after: Room 401, Block D, Huahan Innovation Park, 16 Longshan Road, North District, Xili Street, Nanshan District, Shenzhen City, Guangdong Province, 518000

Patentee after: Shenzhen East micro smart Polytron Technologies Inc

Address before: 518107 Huahan Innovation Park Office Building D403, 16 Langshan Road, Nanshan District, Shenzhen City, Guangdong Province

Patentee before: Shenzhen East micro smart Polytron Technologies Inc

CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: 518000 R & D building 1601, block a, building 7, Wanke Yuncheng phase I, Xili community, Xili street, Nanshan District, Shenzhen City, Guangdong Province (16 / F, block a, building 1, international innovation Valley)

Patentee after: SHENZHEN TENDZONE INTELLIGENT TECHNOLOGY Co.,Ltd.

Address before: Room 401, Block D, Huahan Innovation Park, 16 Longshan Road, North District, Xili Street, Nanshan District, Shenzhen City, Guangdong Province, 518000

Patentee before: SHENZHEN TENDZONE INTELLIGENT TECHNOLOGY Co.,Ltd.

CP02 Change in the address of a patent holder