BTagAlignment (STRUCT) ¶ TYPE BTagAlignment : STRUCT InOut: Name Type uiModulus UINT uiRemainder UINT
CmpChannelServer Library Documentation ¶ Company System Title CmpChannelServer Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder CmpChannelServer Description 1 ¶ This library contains the events of the CmpChannelServer component. These events are fired if a communication channel is opened or closed. Contents: ¶ EventIDs (GVL) EventParameter EVTPARAM_CmpChS_ChannelClosed (Struct) EVTPARAM_CmpChS_ChannelOpened (Struct) Indices and tables ¶ 1 Based on CmpChannelServer.library, last modified 20.04.2021, 15:36:52. LibDoc 4.4.0.0-b.27 The content file CmpChannelServer.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 15:36:52.
EventParameter ¶ EVTPARAM_CmpChS_ChannelClosed (Struct) EVTPARAM_CmpChS_ChannelOpened (Struct)
EventIDs (GVL) ¶ Attributes: qualified_only InOut: Name Type Initial CMPID_CmpChannelServer DWORD 16#A EVTPARAMID_CmpChS_ChannelClosed WORD 16#1 EVTVERSION_CmpChS_ChannelClosed WORD 16#1 EVTPARAMID_CmpChS_ChannelOpened WORD 16#2 EVTVERSION_CmpChS_ChannelOpened WORD 16#1 EVT_ChSChannelClosed DWORD (SHL(UINT_TO_DWORD(EventClass.EVTCLASS_INFO), 16) OR 16#1) EVT_ChSChannelOpened DWORD (SHL(UINT_TO_DWORD(EventClass.EVTCLASS_INFO), 16) OR 16#2)
EVTPARAM_CmpChS_ChannelClosed (STRUCT) ¶ TYPE EVTPARAM_CmpChS_ChannelClosed : STRUCT InOut: Name Type ulChannelHandle UDINT errReason RTS_IEC_RESULT
EVTPARAM_CmpChS_ChannelOpened (STRUCT) ¶ TYPE EVTPARAM_CmpChS_ChannelOpened : STRUCT InOut: Name Type ulChannelHandle UDINT
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 15:36:52 companyName string 3S-Smart Software Solutions GmbH libraryFile CmpChannelServer.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile CmpChannelServer.clean.json version version 2.0.0.0 ProjectInformation Released bool True LastModificationDateTime date 20.04.2021, 15:36:52 LibraryCategories library-category-list System|SysLibs Author string 3S - Smart Software Solutions GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 Patch 2 DefaultNamespace Description See: Description DocFormat reStructuredText Placeholder CmpChannelServer Project CmpChannelServer Title CmpChannelServer Version version 3.5.17.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CmpApp ¶ Library Identification ¶ Placeholder: CmpApp Default Resolution: CmpApp, * (System) Namespace: CmpApp Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpApp CmpEventMgr ¶ Library Identification ¶ Placeholder: CmpEventMgr Default Resolution: CmpEventMgr, * (System) Namespace: CmpEventMgr Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpEventMgr SysTypes2 Interfaces ¶ Library Identification ¶ Name: SysTypes2 Interfaces Version: newest Company: System Namespace: SysTypes Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SysTypes2 Interfaces, * (System)
CmpCharDevice Implementation Library Documentation ¶ Company 3S - Smart Software Solutions GmbH Title CmpCharDevice Implementation Version 3.5.17.0 Categories System|SysLibs Author CODESYS Development GmbH Placeholder CmpCharDevice Implementation Description 1 ¶ Linux Library to access character devices Contents: ¶ CDClose (Function) CDIoctl (Function) CDLseek (Function) CDMmap (Function) CDMunmap (Function) CDOpen (Function) CDRead (Function) CDWrite (Function) Indices and tables ¶ 1 Based on CmpCharDevice Implementation.library, last modified 20.04.2021, 15:37:28. LibDoc 4.4.0.0-b.27 The content file CmpCharDevice Implementation.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 15:37:28.
CDClose (FUN) ¶ FUNCTION CDClose : DINT Close a character device file. InOut: Scope Name Type Comment Return CDClose DINT 0 on success Input hFile RTS_IEC_HANDLE File descriptor/handle, that was previously created with Open() pResult POINTER TO DINT Pointer to linux errno error code, 0 is ok