DART.opCall

This function handels HPRC Queries to the DART

class DART
opCall
(,
const bool read_only = true
)

Parameters

received const(HiRPC.Receiver)

Request HiRPC object If read_only is true deleting and erasing data in the DART will return an error Note. When the DART is accessed from an external HiRPC this flag should be kept false.

Return Value

Type: const(HiRPC.Sender)

The response from HPRC if the method is supported else the response return is marked empty

Meta