Gjsify LogoGjsify Logo

Hierarchy

  • AgentRecvFunc

Callable

  • AgentRecvFunc(agent: Agent, streamId: number, componentId: number, len: number, buf: string): void
  • Callback function when data is received on a component

    Parameters

    • agent: Agent

      The #NiceAgent Object

    • streamId: number

      The id of the stream

    • componentId: number

      The id of the component of the stream which received the data

    • len: number

      The length of the data

    • buf: string

      The buffer containing the data received

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method