Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProtocolArgs

Protocol event handlers

Hierarchy

  • ProtocolArgs

Index

Properties

Properties

onError

onError: (err: any) => void

Type declaration

    • (err: any): void
    • Parameters

      • err: any

      Returns void

onMessage

onMessage: (msg: USPMessage) => void

Type declaration

Generated using TypeDoc