zigbee-herdsman
    Preparing search index...

    Simple queue (singly-linked list)

    Index

    Constructors

    Properties

    tail?: EzspBuffer

    Accessors

    Methods

    • Get a pointer to the entry before the specified entry (closer to the tail). If the buffer specified is undefined, the head entry is returned. If the buffer specified is the tail, undefined is returned.

      Parameters

      • Optionalentry: EzspBuffer

        The buffer to look before.

      Returns undefined | EzspBuffer