IPlfApiVbiSlice |
Parameters | subscriptions | Input parameter indicating the datatypes for which the notifications should be passed. The value is a bit-mask that is constructed by OR-ing the VBI data type values. |
retval | Standard return value. |
Parameters | Enabled | True, if auto slicing is enabled. False, if not. |
retval | Standard return value. |
Parameters | enable | True, to enable auto slicing. False, to disable auto slicing. |
retval | Standard return value. |
Parameters | size | Input parameter indicating the maximum number of entries that can be stored in the Lines and pDataTypes arrays, i.e. the amount of data has been allocated by the client for arrays pointed to by Lines and pDataTypes. |
ActNrVbiLines | Output parameter indicating the actual number of relevant elements stored by the platform in the arrays Lines and pDataTypes, which are in the range from 0 to ActNrVbiLines-1. | |
Lines | Pointer to the first element of an array with the VBI lines to be sliced. Each element in the array specifies a particular VBI line. The corresponding element in the pDataTypes array specifies the VBI data types that had to be sliced on this particular VBI line. | |
pDataTypes | Pointer to the first element of an array with the VBI data types to be sliced in. pDataTypes[i] contains the VBI data types to be sliced for the VBI line that is defined in Lines[i]. The value is a bit-mask that is constructed by OR-ing the values of enum #_tmVbiSlice2_VbiData_t. | |
retval | Standard return value. |
Parameters | nrVbiLines | The length of the list, in other words the number of elements in the arrays pLines and DataTypes. |
pLines | Pointer to the first element of an array which defines the VBI lines that need to be sliced. Each element in the array specifies a particular VBI line. The corresponding element in the DataTypes array specifies the VBI data types that have to be sliced on this particular VBI line. | |
DataTypes | Pointer to the first element of an array with the VBI data types to be sliced in. DataTypes[i] contains the VBI data types to be sliced for the VBI line that is defined in pLines[i]. The value is a bit-mask that is constructed by OR-ing the values of enum #_tmVbiSlice2_VbiData_t. | |
retval | Return value Ok or VBI Lines Not Set |