PLCnext API Documentation 25.0.2.69
Public Member Functions | Static Public Member Functions | List of all members
Arp::Base::Rsc::Commons::Services::RscSkipper Class Reference

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...
 

Detailed Description

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.

Member Function Documentation

◆ Skip()

template<int N>
void Arp::Base::Rsc::Commons::Services::RscSkipper::Skip ( const RscVariant< N > &  value)
inlinestatic

Skips the remaining data of the variant value from remoting stream, if it's an array or struct.

Parameters
valueThe array or struct variant to skip data from.

The documentation for this class was generated from the following file: