SysComGetSettings
(FUN)
FUNCTION SysComGetSettings : RTS_IEC_RESULT
<description>Get the parameter of the interface specified by handle. Use SysComGetSettings2()! This function should only be used for backward compatibility! </description> <result><p>RESULT: Returns the runtime system error code (see CmpErrors.library).</p></result>
- InOut:
Scope
Name
Type
Comment
Return
SysComGetSettings
RTS_IEC_RESULT
Input
hCom
RTS_IEC_HANDLE
<param name=”hCom” type=”IN”>Handle to com port</param>
pSettings
POINTER TO SysComSettings
<param name=”pSettings” type=”IN”>Pointer to get settings</param>
pSettingsEx
POINTER TO SysComSettingsEx
<param name=”pSettingsEx” type=”IN”>Pointer to get extended settings</param>