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;
    preferences: ApiPreferences;
}

Properties

channelIdentifier: string

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

frame: WriteFrame

The new LIN message.

preferences: ApiPreferences