klf-200-api
    Preparing search index...

    Class GW_GET_MULTIPLE_ACTIVATION_LOG_LINES_REQ

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    BufferSize: number

    The size of the buffer (only pure data, without protocol and command bytes)

    offset: number = ...
    TimeStamp: Date

    Accessors

    Methods

    • Protected

      Allocates a buffer in the right size for the frame. The first byte contains the buffer length. The next two bytes of the buffer are used for the command. The remaining bytes are for the data.

      A size of 0 means that the command has no further data.

      Parameters

      • BufferSize: number

        Size for the buffer for the data part without length and command.

      • CopyData: boolean = true

        Set to true to copy the data in case of reallocating the buffer. Default is true.

      Returns void