A request message for clearing a message buffer for a LIN slave. The slave will not answer next time it is polled.

interface ClearLinMessageRequest {
    channelIdentifier: string;
    frameId: number;
    preferences: ApiPreferences;
}

Properties

channelIdentifier: string

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

frameId: number

The LIN message id for which the corresponding buffer will be cleared.

preferences: ApiPreferences