Adds a <DataCapture> object to this <DataCaptureList>
int32 Add( DataCapture p_oCapture )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <DataCapture> | p_oCapture | A pointer to the <DataCapture> object to add. This must be allocated with new since this function transfer ownership of the <DataCapture> object to the <DataCaptureList>. |
None published. Please look for an example in the Simdify Scripting Language code base.