Find the specified element in a given buffer
FwStatus | fwsFindC_8u | ( | const Fw8u* pSrc, int len, Fw8u valFind, int* pIndex ); | |
FwStatus | fwsFindC_16u | ( | const Fw16u* pSrc, int len, Fw16u valFind, int* pIndex ); | |
FwStatus | fwsFindRevC_8u | ( | const Fw8u* pSrc, int len, Fw8u valFind, int* pIndex ); | |
FwStatus | fwsFindRevC_16u | ( | const Fw16u* pSrc, int len, Fw16u valFind, int* pIndex ); |
len | Specifies the number of elements in a buffer. | |
pIndex | Pointer to the index of the result. | |
pSrc | Pointer to a source buffer. | |
valFind | Value of the element to be found. |
Find the specified element in a given buffer