IDriverRequestFactoryCustom ¶ CreateCustomRequest (Method)
PlcCryptType (ENUM) ¶ TYPE PlcCryptType : Attributes: qualified_only InOut: Name Initial Comment Invalid 0 Change values with care as these might be used in online services too! Crypt_Xor 1 Crypt_Asym 2
Request (FB) ¶ FUNCTION_BLOCK Request Properties: Content Service ServiceGroup Methods: Finish Init Structure: Content (Property) Finish (Method) Init (Method) Service (Property) ServiceGroup (Property)
CredentialsHandling (FB) ¶ FUNCTION_BLOCK CredentialsHandling IMPLEMENTS IDatasources.IDriverCredentialsHandling Properties: CredentialsNecessary Methods: SetCredentials Structure: CredentialsNecessary (Property) SetCredentials (Method)
CredentialsHandling.CredentialsNecessary (PROP) ¶ PROPERTY CredentialsNecessary : BOOL
CredentialsHandling.SetCredentials (METH) ¶ METHOD SetCredentials : SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return SetCredentials SysTypes.RTS_IEC_RESULT Input credentials IDatasources.ICredentials
Driver (FB) ¶ FUNCTION_BLOCK Driver IMPLEMENTS IDatasources.IDriver, IDatasources.IDriverSpecifiedSettings, IDatasources.IDriverCDSV3, IDatasources.IDriverTraceAddressInfoProvider Properties: CredentialsHandling DataByteOrder RequestFactory StateMachine TargetByteOrder Methods: Init CanSendCDSV3CustomRequest CreateTraceAddressInfoWriter GetPointerSizeInBytes ReconnectWaitTime ReleaseTraceAddressInfoWriter TimeoutSyncShutdown Structure: CredentialsHandling (Property) DataByteOrder (Property) IDriverCDSV3 CanSendCDSV3CustomRequest (Method) IDriverSpecifiedSettings ReconnectWaitTime (Method) TimeoutSyncShutdown (Method) IDriverTraceAddressInfoProvider CreateTraceAddressInfoWriter (Method) GetPointerSizeInBytes (Method) ReleaseTraceAddressInfoWriter (Method) Init (Method) RequestFactory (Property) StateMachine (Property) TargetByteOrder (Property)
Driver.CredentialsHandling (PROP) ¶ PROPERTY CredentialsHandling : IDatasources.IDriverCredentialsHandling If this kind of driver requires credentials for logging in to a specific kind of device, then this property can return an object handling the assignment of credentials.
Driver.DataByteOrder (PROP) ¶ PROPERTY DataByteOrder : IDatasources.ByteOrder Returns the byteorder of value data managed by this instance. Note It is not expected that this value changes at runtime. Important Please remark that this value does not give information about the byte order used by the connected device but merely returns the information about the byteorder of data managed by |IDataItemValueAssigner| .
IDriverCDSV3 ¶ CanSendCDSV3CustomRequest (Method)