Open topic with navigation CAPL Functions » MOST » mostApUnregisterExDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
mostApUnregisterEx
Valid for: CANoe DEFunction Syntax
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.