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

GNSSAppCmdAddrIndication

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void GNSSAppCmdAddrIndication( long newAddress )

Description

This function indicates that a new address has been assigned to the node by the “Commanded Address” parameter group. The node must log on to the bus again with the assigned address (see GNSSStartUp).

Parameters

  • newAddress: New address of the node

Return Values

Example

void GNSSAppCmdAddrIndication( LONG newAddr )
{
  GNSSShutDown();
  GNSSStartUp( gName, newAddr );
}