Skip to main content
Open topic with navigation CAPL Functions » J1939 » GNSS NL » GNSSAppAddrClaimed

GNSSAppAddrClaimed

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void GNSSAppAddrClaimed();

Description

Identifies an Address Claiming procedure that was performed successfully. In this manner the control device is able to communicate on the CAN bus. If the Address Claiming cannot be successfully performed, the GNSSAppErrorIndication function is called with the corresponding error code.

Parameters

Return Values

Example

void GNSSAppAddrClaimed()
{
  write("Address Claiming was successful");
}