CodeWriter.Rao (METH) ¶ METHOD Rao : UDINT InOut: Scope Name Type Return Rao UDINT Input area BYTE
CodeWriter.Count (PROP) ¶ PROPERTY Count : UDINT
CodeWriter.FB_Init (METH) ¶ METHOD FB_Init : BOOL InOut: Scope Name Type Return FB_Init BOOL Input bInitRetains BOOL bInCopyCode BOOL writer CDSV3Prot.IServiceWriter
CodeWriter.Flush (METH) ¶ METHOD Flush : UDINT InOut: Scope Name Type Return Flush UDINT
CodeWriter.WriteByte (METH) ¶ METHOD WriteByte : UDINT InOut: Scope Name Type Return WriteByte UDINT Input bt BYTE
WriteRequest.Release (METH) ¶ METHOD Release
WriteRequest.Send (METH) ¶ METHOD Send : SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return Send SysTypes.RTS_IEC_RESULT Inout conn PlcConnection
RootAddressDatasourceIndex.DatasourceIndex (PROP) ¶ PROPERTY DatasourceIndex : INT
RootAddressDatasourceIndex.QueryInterface (METH) ¶ METHOD QueryInterface : POINTER TO POINTER TO BYTE InOut: Scope Name Type Comment Return QueryInterface POINTER TO POINTER TO BYTE Input iid DWORD InterfaceID pResult POINTER TO UDINT
StateMachine.Connecting (METH) ¶ METHOD Connecting : SysTypes.RTS_IEC_RESULT Using this method the driver is polled whether the startup of the connection is already finshed. InOut: Scope Name Type Comment Return Connecting SysTypes.RTS_IEC_RESULT An error code representing the result of the polling operation. In case the operation is not yet finished, CmpErrors.Errors.ERR_PENDING should be returned. When it finished successfully, CmpErrors.Errors.ERR_OK should be returned. When connecting failed, an error code should be returned and then the whole connection will be set up again.