Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WamGroup

Hierarchy

  • WamGroup

Index

Properties

groupId: string

The group's unique identifier.

Methods

  • connectEvents(fromId: string, toId: string, output?: number): void
  • Connect events between WamProcessors, the output number is 0 by default. 'from' and 'to' must both be members of this group.

    Parameters

    • fromId: string
    • toId: string
    • Optional output: number

    Returns void

  • disconnectEvents(fromId: string, toId?: string, output?: number): void
  • Disonnect events between WamProcessors, the output number is 0 by default, if toId is omitted, will disconnect every connections. 'from' and 'to' must both be members of this group.

    Parameters

    • fromId: string
    • Optional toId: string
    • Optional output: number

    Returns void

  • validate(groupKey: string): boolean
  • Used to control access to the group instance via WamEnv.

    Parameters

    • groupKey: string

    Returns boolean

Generated using TypeDoc