send_multi_data_with_unique_id
Function Usage
Transmits data in single-thread or multi-thread mode. It needs to be used with get_multi_result_with_unique_id() and supports single-input and multi-input.
Prototype
1 | send_multi_data_with_unique_id(inPluginNum: int, dataInputVec: List, uniqueId: int) |
Input Parameters
Parameter |
Type |
Description |
|---|---|---|
inPluginNum |
int |
Number of input plugins. The value range is [1, 1024]. |
dataInputVec |
List[MxDataInput] |
Input data of type list |
uniqueId |
int |
Unique ID. The default value is 0. |
Parent topic: SequentialStream