Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TRingBuffer
References
| Module | Core |
| Header | /Engine/Source/Runtime/Online/BuildPatchServices/Private/Core/RingBuffer.h |
| Include | #include "Core/RingBuffer.h" |
int32 SerialCompare
&40;
const DataType &42; SerialBuffer,
uint32 CompareLen
&41; const
Remarks
Compare the memory in the FIFO to the memory in the given buffer < 0 if data < SerialBuffer.. 0 if data == SerialBuffer... > 0 if data > SerialBuffer
Parameters
| Name | Description |
|---|---|
| SerialBuffer | The buffer containing data to compare |
| CompareLen | The number of words to compare |