Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Function

int16 dm_Stop(uint16 uiPortNo, char08 *cpErrMsg);

Description

Stop direct mode between Master and IO-Link device. Master returns to the previous mode automatically - master or device.

Input Parametersnone

  • uchar08 uiPortNo – (virtual) comport number in order to communicate with Master

Output parameters

  • char08 *cpErrMsg – pointer to buffer to return error message (minimum 256 bytes)

...

Example

int16 iRes = dm_Stop(iPortNo);