SysMCBDFree (FUN)

FUNCTION SysMCBDFree : RTS_IEC_RESULT

CpuCoreBindingDesc helper function
SysMCBDFree frees an CpuCoreBindingDesc which should be allocated with SysMCBDAlloc before usage.
InOut:

Scope

Name

Type

Comment

Return

SysMCBDFree

RTS_IEC_RESULT

Returns an error code.
  • ERR_OK: Memory is successfully freed.

  • ERR_FAILED: No appropriate memory block was found.

  • ERR_PARAMETER: CpuCoreBindingDesc is invalid pointer.

Input

pBindingDesc

POINTER TO CpuCoreBindingDesc

Pointer to the description of the core binding.