Interface used to read from a multi-part container.
More...
Interface used to read from a multi-part container.
To receive and access multi-part data from a GigE Vision device, use a PvStream or PvPipeline to receive buffers and then use PvBuffer::GetMultiPartContainer to retrieve an IPvMultiPartContainerReader or IPvMultiPartContainer interface.
Each part is represented by a multi-part section that can be accessed through an IPvMultiPartSection interface.
Retrieve the section count with GetPartCount and then access the individual sections with the GetPart or operator[] of this interface.
Indexed part (section) const accessor.
- Parameters
-
[in] | aIndex | Zero-based index of the part. |
- Returns
- Returns a const section interface from its index.
Indexed part (section) accessor.
- Parameters
-
[in] | aIndex | Zero-based index of the part. |
- Returns
- Returns a section interface from its index.
uint32_t IPvMultiPartContainerReader::GetPartCount |
( |
| ) |
|
|
pure virtual |
Part count of the multi-part container.
- Returns
- Part count.
Indexed part (section) const accessor.
- Parameters
-
[in] | aIndex | Zero-based index of the part. |
- Returns
- Returns a const section interface from its index.
Indexed part (section) accessor.
- Parameters
-
[in] | aIndex | Zero-based index of the part. |
- Returns
- Returns a section interface from its index.
The documentation for this class was generated from the following files: