Table of Contents

Method BuildSelector

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

BuildSelector(Expression)

Returns the expression that specifies how to extract the payload data from a valid Harp message.

protected override Expression BuildSelector(Expression expression)

Parameters

expression Expression

The input parameter to the selector.

Returns

Expression

The Expression that maps the input Harp message parameter to the specified payload data type.