X509CertStoreSearchGetFirst (FUN) ¶ FUNCTION X509CertStoreSearchGetFirst : RTS_IEC_HANDLE Search for the given certificate in the cert store. InOut: Scope Name Type Comment Return X509CertStoreSearchGetFirst RTS_IEC_HANDLE Handle to the first certificate matching the filter criteria. Input hCertStore RTS_IEC_HANDLE Handle of to certificate store. pFilters POINTER TO RtsX509CertFilter Pointer to array of filters to be applied. ui32NumOfFilters UDINT Number of applied filters. pResult POINTER TO RTS_IEC_RESULT
BranchNamedTreeNode.proChildren (PROP) ¶ PROPERTY proChildren : POINTER TO ARRAY [0..100] OF IBaseTreeNode
CaseSensitiveNamedTreeNode (FB) ¶ FUNCTION_BLOCK CaseSensitiveNamedTreeNode EXTENDS NamedTreeNode Properties: CaseSensitiveComparison ChildCount , inherited from AbstrTreeNode Name , inherited from NamedTreeNode Sorted , inherited from AbstrTreeNode abstrNodeType , inherited from AbstrTreeNode proChildren , inherited from AbstrTreeNode Methods: FindChildByName , inherited from NamedTreeNode GetChild , inherited from AbstrTreeNode GetFather , inherited from AbstrTreeNode QueryInterface , inherited from NamedTreeNode Structure: CaseSensitiveComparison (Property)
CaseSensitiveNamedTreeNode.CaseSensitiveComparison (PROP) ¶ PROPERTY CaseSensitiveComparison : BOOL
DintToDintMap (FB) ¶ FUNCTION_BLOCK DintToDintMap EXTENDS BaseMap Properties: Capacity , inherited from BaseVector Count , inherited from BaseVector proUseOptimizedSortForInsertionAtTheEnd , inherited from BaseMap Methods: AddDintPair GetValue BeginUpdate , inherited from BaseMap Clear , inherited from BaseVector EndUpdate , inherited from BaseMap InitMemory , inherited from BaseVector RemoveLast , inherited from BaseVector ReserveSpace , inherited from BaseVector proAfterAlloc , inherited from BaseVector proRemove , inherited from BaseVector Structure: AddDintPair (Method) GetValue (Method)
DintToDintMap.AddDintPair (METH) ¶ METHOD AddDintPair : UDINT InOut: Scope Name Type Return AddDintPair UDINT Input diKey DINT diValue DINT
DintToDintMap.GetValue (METH) ¶ METHOD GetValue : DINT InOut: Scope Name Type Return GetValue DINT Input diKey DINT Output udiResult UDINT
DintVector (FB) ¶ FUNCTION_BLOCK DintVector EXTENDS BaseVector Properties: Capacity , inherited from BaseVector Count , inherited from BaseVector Methods: AddDint GetDint Clear , inherited from BaseVector InitMemory , inherited from BaseVector RemoveLast , inherited from BaseVector ReserveSpace , inherited from BaseVector proAfterAlloc , inherited from BaseVector proRemove , inherited from BaseVector Structure: AddDint (Method) GetDint (Method)
DintVector.AddDint (METH) ¶ METHOD AddDint : UDINT InOut: Scope Name Type Return AddDint UDINT Input item DINT
DintVector.GetDint (METH) ¶ METHOD GetDint : DWORD InOut: Scope Name Type Return GetDint DWORD Input udiIndex UDINT Output udiResult UDINT