Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RICChannel

Hierarchy

  • RICChannel

Implemented by

Index

Methods

  • connect(locator: string | object): Promise<boolean>
  • Parameters

    • locator: string | object

    Returns Promise<boolean>

  • disconnect(): Promise<void>
  • fhBatchAckSize(): number
  • fhFileBlockSize(): number
  • getConnectedLocator(): string | object
  • isConnected(): boolean
  • pauseConnection(pause: boolean): void
  • requiresSubscription(): boolean
  • sendTxMsg(msg: Uint8Array, sendWithResponse: boolean): Promise<boolean>
  • Parameters

    • msg: Uint8Array
    • sendWithResponse: boolean

    Returns Promise<boolean>

  • sendTxMsgNoAwait(msg: Uint8Array, sendWithResponse: boolean): Promise<boolean>
  • Parameters

    • msg: Uint8Array
    • sendWithResponse: boolean

    Returns Promise<boolean>

Generated using TypeDoc