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
SysComGetSettingsRTS_IEC_RESULTInput
hComRTS_IEC_HANDLE<param name=”hCom” type=”IN”>Handle to com port</param>
pSettingsPOINTER TO SysComSettings
<param name=”pSettings” type=”IN”>Pointer to get settings</param>
pSettingsExPOINTER TO SysComSettingsEx
<param name=”pSettingsEx” type=”IN”>Pointer to get extended settings</param>