PLCnext API Documentation 25.0.2.69
|
Pure static class to skip remaining data from remoting stream. More...
#include <RscSkipper.hpp>
Public Member Functions | |
RscSkipper (void)=delete | |
Makes this class pure static. | |
Static Public Member Functions | |
template<int N> | |
static void | Skip (const RscVariant< N > &value) |
Skips the remaining data of the variant value from remoting stream, if it's an array or struct. More... | |
Pure static class to skip remaining data from remoting stream.
This class is not intended for direct use, but required by RscGenerator to implement services.
|
inlinestatic |
Skips the remaining data of the variant value from remoting stream, if it's an array or struct.
value | The array or struct variant to skip data from. |