PropertyReadMap typedef

PropertyReadMap = Map<String, InteractionOutput>

Maps multiple InteractionOutputs to property names.

Will be the result of a readmultipleproperties or readallproperties operation.

Implementation

typedef PropertyReadMap = Map<String, InteractionOutput>;