Kvaser CanKing GUI Extensions SDK - v7.3.0
    Preparing search index...

    Interface UpdateLinMessageRequest

    A request message for updating a message buffer in a slave. The contents of the message buffer will be used the next time the slave is polled for the specified LIN message id.

    interface UpdateLinMessageRequest {
        channelIdentifier: string;
        frame: WriteFrame;
    }
    Index

    Properties

    channelIdentifier: string

    Identifier of the LIN channel to update the message buffer on.

    frame: WriteFrame

    The new LIN message.