zigbee-herdsman
    Preparing search index...

    Simple queue (singly-linked list)

    Index
    tail?: EzspBuffer
    • 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 EzspBuffer | undefined