Config Access Help Functions (internal) ¶ ConfigGetConnector (Function) ConfigGetFirstChild (Function) ConfigGetFirstConnector (Function) ConfigGetNextChild (Function) ConfigGetNextConnector (Function) ConfigGetParameter (Function) ConfigGetParameterLength (Function) ConfigGetParameterValueByte (Function) ConfigGetParameterValueDword (Function) ConfigGetParameterValuePointer (Function) ConfigGetParameterValueWord (Function) private private_iomgr_memcpy (Function)
ConfigGetConnector (FUN) ¶ FUNCTION ConfigGetConnector : POINTER TO IoConfigConnector InOut: Scope Name Type Return ConfigGetConnector POINTER TO IoConfigConnector Input pIoConnectorList POINTER TO IoConfigConnector pnCount POINTER TO DINT dwModuleType DWORD dwInstance DWORD
ConfigGetFirstChild (FUN) ¶ FUNCTION ConfigGetFirstChild : POINTER TO IoConfigConnector InOut: Scope Name Type Return ConfigGetFirstChild POINTER TO IoConfigConnector Input pIoConnectorList POINTER TO IoConfigConnector pnCount POINTER TO DINT pFather POINTER TO IoConfigConnector
ConfigGetFirstConnector (FUN) ¶ FUNCTION ConfigGetFirstConnector : POINTER TO IoConfigConnector InOut: Scope Name Type Return ConfigGetFirstConnector POINTER TO IoConfigConnector Input pIoConnectorList POINTER TO IoConfigConnector pnCount POINTER TO DINT wType WORD
ConfigGetNextChild (FUN) ¶ FUNCTION ConfigGetNextChild : POINTER TO IoConfigConnector InOut: Scope Name Type Return ConfigGetNextChild POINTER TO IoConfigConnector Input pIoConnectorList POINTER TO IoConfigConnector pnCount POINTER TO DINT pFather POINTER TO IoConfigConnector
ConfigGetNextConnector (FUN) ¶ FUNCTION ConfigGetNextConnector : POINTER TO IoConfigConnector InOut: Scope Name Type Return ConfigGetNextConnector POINTER TO IoConfigConnector Input pIoConnectorList POINTER TO IoConfigConnector pnCount POINTER TO DINT wType WORD
ConfigGetParameter (FUN) ¶ FUNCTION ConfigGetParameter : POINTER TO IoConfigParameter InOut: Scope Name Type Return ConfigGetParameter POINTER TO IoConfigParameter Input pIoConnector POINTER TO IoConfigConnector dwParameterId DWORD
ConfigGetParameterLength (FUN) ¶ FUNCTION ConfigGetParameterLength : DWORD InOut: Scope Name Type Return ConfigGetParameterLength DWORD Input pParameter POINTER TO IoConfigParameter
ConfigGetParameterValueByte (FUN) ¶ FUNCTION ConfigGetParameterValueByte : BYTE InOut: Scope Name Type Return ConfigGetParameterValueByte BYTE Input pParameter POINTER TO IoConfigParameter pResult POINTER TO UDINT
ConfigGetParameterValueDword (FUN) ¶ FUNCTION ConfigGetParameterValueDword : DWORD InOut: Scope Name Type Return ConfigGetParameterValueDword DWORD Input pParameter POINTER TO IoConfigParameter pResult POINTER TO UDINT