customCall(_:send:)
Returns the result of a custom call to the node.
Declaration
func customCall(_ inCustomCode: Int, send inSendData: Data!) throws -> DataParameters
- inCustomCode:
The custom code to send to the node.
- inSendData:
Data required by
inCustomCode. Can benil.
Return Value
The result of the custom call.