Interface IFunction

Message for Requesting RPC.

interface IFunction {
    listener: string;
    parameters: IParameter[];
    uid: number;
}

Properties

listener: string

Target function (sometimes calsuled in objects) to call.

parameters: IParameter[]

Parameters for the function call.

uid: number

Unique identifier.