Home Reference Source
public class | source

MUnicast

Message that triggers an event remotely for the protocol.

Constructor Summary

Public Constructor
public

constructor(protocolId: string, eventName: string, args: object[])

Member Summary

Public Members
public

args: *

public

event: *

public

pid: *

public

Public Constructors

public constructor(protocolId: string, eventName: string, args: object[]) source

Params:

NameTypeAttributeDescription
protocolId string

The identifier of the unicast protocol.

eventName string

The name of the event to trigger.

args object[]
  • optional

The arguments of the event.

Public Members

public args: * source

public event: * source

public pid: * source

public type: string source