Datasource.TargetByteOrder (PROP) ¶ PROPERTY TargetByteOrder : IDatasources.ByteOrder Returns the byteorder used by the system managed by the related |IDatasource| . Note It is not expected that this value changes at runtime.
Datasource.CustomRequestHandling (PROP) ¶ PROPERTY CustomRequestHandling : IDatasources.ICustomRequestHandling
Datasource.EnqueueCustomRequest (METH) ¶ METHOD EnqueueCustomRequest : IDatasources.SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return EnqueueCustomRequest IDatasources.SysTypes.RTS_IEC_RESULT Input request IDatasources.ICustomRequest finishedCallback IDatasources.ICustomRequestCallback
Datasource.SetCredentialsProvider (METH) ¶ METHOD SetCredentialsProvider : IDatasources.SysTypes.RTS_IEC_RESULT Assigns the given credentials provider object to a specific datasource. InOut: Scope Name Type Comment Return SetCredentialsProvider IDatasources.SysTypes.RTS_IEC_RESULT An error code representing the result of the operation Input provider IDatasources.ICredentialsProvider The object to assign
IDintSet.Contains (METH) ¶ METHOD Contains : BOOL InOut: Scope Name Type Return Contains BOOL Input di DINT
IPStringElement.PStringValue (PROP) ¶ PROPERTY PStringValue : POINTER TO STRING Returns the value of the element.
PStringElement.ElementCompareTo (METH) ¶ METHOD ElementCompareTo : INT Compares this element with itfElement . Returns 0 if the elements are equal, < 0 if the element is less than itfElement , > 0 if the element is greater than itfElement . InOut: Scope Name Type Comment Return ElementCompareTo INT Input itfElement COL.IElement The element to compare
PStringElement.ElementEquals (METH) ¶ METHOD ElementEquals : BOOL Returns true of this element and itfElement are equal. InOut: Scope Name Type Comment Return ElementEquals BOOL Input itfElement COL.IElement The element to compare
PStringElement.ElementHashCode (METH) ¶ METHOD ElementHashCode : LINT Returns the hashcode of this element. InOut: Scope Name Type Return ElementHashCode LINT
PStringElement.PStringValue (PROP) ¶ PROPERTY PStringValue : POINTER TO STRING Returns the value of the element.