Skip to main content
Open topic with navigation CAPL Functions » MOST » mostApUnregisterEx

mostApUnregisterEx

Valid for: CANoe DE

Function Syntax

long mostApUnregisterEx(long fblockID, long instID);

Description

Removes the function block with functional address from the Local FBlockList. It should be noted that CAPL nodes may only remove those function blocks you have previously registered with mostApRegisterEx. In network status ‘ConfigOk’ the device’s NetBlock reports the new Local FBlockList to the NetworkMaster.

Parameters

  • fblockID: Function block identifier to be logged out.
  • instID: Instance identifier to be logged out.

Return Values

See error codes

Example