Global

Members

(constant) IPCMemberType :string

IPCMemberType

Properties:
Name Type Description
EVENT string

Service event

METHOD string

Service method

PROPERTY string

Service property

Source:

Type Definitions

IPCInterfaceSpec :Array.<IPCMember>

Describes a dynamic service interface

Source:

IPCMember :object

Describes a single member of an IPC services' interface

Properties:
Name Type Attributes Description
type IPCMemberType

The member type, event, method, property, etc.

name string

The symbolic name of the member.

arity Number <optional>

Number of parameters expected for member calls.

Source: