DART.opCall

This function handles HPRC Queries to the DART

class DART
const(HiRPC.Sender)
opCall
(
ref const(HiRPC.Receiver) received
,
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