Invoke method on an handle object.
R = invoke(h)
R = invoke(h, 'methodname')
R = invoke(h, 'methodname', arg1, arg2, ... , argN)
h - an handle object.
R - The data type of the return value depends on the invoked method.
invoke(h) returns a struct with a list of all callable methods.
R = invoke(h, 'methodname') calls the method specified by methodname, and returns an output value.
1.0.0
initial version
Last updated 3 months ago