Execute(IStepContext,ICachedSettings) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Allows the raw bytes received by the protocol for the point's current value to be accessible
in the RealTime database (RTDB) as HEX bytes.
public IStepContext Execute(
IStepContext stepContext,
ICachedSettings cachedSettings
)
public:
IStepContext^ Execute(
IStepContext^ stepContext,
ICachedSettings^ cachedSettings
)
Parameters
- stepContext
- Context for krunching that contains information passed between steps.
- cachedSettings
- Cached configurations from RealTime database (RTDB) JSON files.
Return Value
The stepContext updated by the step.