ODCinterfacesdataIndex
IDODataTransfer
Interface defines functions to manage the transfer of DataPoints between DIIDs
onDataPointTransfer
Transfers data from one id to another
Access to this function MUST be protected and allowed only for Data Index Implementation registered for this DataPoint NOTE: Transfers using this function will skip hook functions on the Data Manager, disable it if required
Parameters
Name | Type | Description |
---|---|---|
dp | DataPoint | Identifier of the DataPoint |
fromDiid | bytes32 | ID to transfer from |
toDiid | bytes32 | ID to transfer to |