Contents

customCall(_:send:)

Returns the result of a custom call to the node.

Declaration

func customCall(_ inCustomCode: Int, send inSendData: Data!) throws -> Data

Parameters

  • inCustomCode:

    The custom code to send to the node.

  • inSendData:

    Data required by inCustomCode. Can be nil.

Return Value

The result of the custom call.

Discussion

See Also

Querying a Node