Interface RxTx

Hierarchy

Implemented by

Properties

Properties

attributes?: FwFace.Attributes
off?: ((...args) => void)

Type declaration

    • (...args): void
    • Parameters

      • Rest ...args: [event: keyof RxTxEvents, listener: (() => void) | (() => void)]

      Returns void

on?: ((...args) => void)

Type declaration

    • (...args): void
    • Parameters

      • Rest ...args: [event: keyof RxTxEvents, listener: (() => void) | (() => void)]

      Returns void

rx: AsyncIterable<FwPacket<L3Pkt>>
tx: ((iterable) => void)

Type declaration

    • (iterable): void
    • Parameters

      • iterable: AsyncIterable<FwPacket<L3Pkt>>

      Returns void

Generated using TypeDoc