IInstance.prvInstInit (METH) ¶ METHOD prvInstInit : ERROR InOut: Scope Name Type Return prvInstInit ERROR Input itfData IData
IInstance.prvInstRelease (METH) ¶ METHOD prvInstRelease : BOOL InOut: Scope Name Type Return prvInstRelease BOOL
IInstance.prvInstRetain (METH) ¶ METHOD prvInstRetain : BOOL InOut: Scope Name Type Return prvInstRetain BOOL
IInstance.prvNextInst (PROP) ¶ PROPERTY prvNextInst : IInstance
IInstance.prvPrevInst (PROP) ¶ PROPERTY prvPrevInst : IInstance
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 03.07.2018, 09:54:38 companyName string 3S-Smart Software Solutions GmbH libraryFile CAA_FBFactory.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP13 contentFile CAA_FBFactory.clean.json version version 2.0.0.0 ProjectInformation Released bool True LastModificationDateTime date 03.07.2018, 09:54:35 LibraryCategories library-category-list Intern|CAA|Foundation Author string 3S - Smart Software Solutions GmbH Company CAA Technical Workgroup DefaultNamespace FBF Description See: Description DocFormat reStructuredText LanguageModelAttribute qualified-access-only Placeholder CAA FB Factory Project CAA_FBFactory Title CAA FB Factory Version version 3.5.13.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. UTF-8 Encoding Support ¶ Library Identification ¶ Placeholder: UTF8 Default Resolution: UTF-8 Encoding Support, * (CODESYS) Namespace: UTF8 Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: True SystemLibrary: False Key: UTF8 Unicode Data ¶ Library Identification ¶ Placeholder: UnicodeData Default Resolution: Unicode Data, * (CODESYS) Namespace: UCD Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: True SystemLibrary: False Key: UnicodeData Unicode Utilities ¶ Library Identification ¶ Placeholder: UnicodeUtils Default Resolution: Unicode Utilities, * (CODESYS) Namespace: UCU Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: True SystemLibrary: False Key: UnicodeUtils
Enums ¶ ERROR (Enum) TCP_WRITE_STATE (Enum)
ERROR (ENUM) ¶ TYPE ERROR : This data structure describes errors, which might occur during handling functions of CAA_NetBaseServices.lib. Attributes: qualified_only InOut: Name Initial Comment NO_ERROR 0 No error occurred FIRST_ERROR 6000 Reserved TIME_OUT 6001 Reserved INVALID_ADDR 6002 IP address not valid INVALID_HANDLE 6003 Handle not valid INVALID_DATAPOINTER 6004 Data pointer not valid INVALID_DATASIZE 6005 Data size not valid UDP_RECEIVE_ERROR 6006 Not able to receive a UDP datagram UDP_SEND_ERROR 6007 Not able to send a UDP datagram UDP_SEND_NOT_COMPLETE 6008 Reserved UDP_OPEN_ERROR 6009 Not able to create the port UDP_CLOSE_ERROR 6010 Not able to release the port TCP_SEND_ERROR 6011 Not able to send a TCP message TCP_RECEIVE_ERROR 6012 Not able to receive a TCP message TCP_OPEN_ERROR 6013 Not able to create a TCP port TCP_CONNECT_ERROR 6014 Not able to establish a TCP connection TCP_CLOSE_ERROR 6015 Not able to release the TCP connecteion TCP_SERVER_ERROR 6016 Reserved WRONG_PARAMETER 6017 A parameter has an invalid value ERROR_UNKNOWN 6018 Reserved TCP_NO_CONNECTION 6019 There is no TCP connection IOCTL_ERROR 6020 Internal error (e.g. IOCTL not supported) FIRST_MF 6050 Reserved LAST_ERROR 6099 Reserved
TCP_WRITE_STATE (ENUM) ¶ TYPE TCP_WRITE_STATE : InOut: Name Initial IDLE 0 SENDING DONE