Class DataPipe

Hierarchy

  • DataPipe

Constructors

Properties

id: string

Gets a unique identifier for the pipe

label: string

Return label associated with this DataPipe.

participants: string[]

Gets the identities of the peers attached to this pipe

remoteParticipants: string[]

Gets the identities of the remote peers attached to this pipe

Retrieves the current status of this pipe.

Gets pipe type

Methods

  • Attach events to callback functions.

    Parameters

    • event: string
    • callback: ((param: any) => void)
        • (param: any): void
        • Parameters

          • param: any

          Returns void

    Returns void

Generated using TypeDoc