Contents

ODNodeCustomCall(_:_:_:_:)

Returns the result of a custom call to a node.

Declaration

func ODNodeCustomCall(_ node: ODNodeRef!, _ customCode: CFIndex, _ data: CFData!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>!) -> CFData!

Parameters

  • node:

    The node.

  • customCode:

    The custom code to send to the node.

  • data:

    Data required by inCustomCode. Can be NULL.

  • error:

    An error reference for error details. Can be NULL.

Return Value

The result of the custom call.

See Also

Working with Nodes