TCP_Connection.Read (METH) ¶ METHOD FINAL Read : ERROR InOut: Scope Name Type Return Read ERROR Input pData __XWORD udiSize UDINT Output udiCount UDINT
TCP_Connection.Write (METH) ¶ METHOD FINAL Write : ERROR InOut: Scope Name Type Return Write ERROR Input pData __XWORD udiSize UDINT Output udiCount UDINT
ITCPProcessor ¶ ProcessStream (Method)
SegmentPool.SetInitialValue (METH) ¶ METHOD FINAL SetInitialValue : ERROR InOut: Scope Name Type Return SetInitialValue ERROR Input udiSegmentSize UDINT udiInitialCapacity UDINT pbyPool POINTER TO BYTE udiPoolSize UDINT usiExtensionFactor USINT
Stream (FB) ¶ FUNCTION_BLOCK PUBLIC FINAL Stream IMPLEMENTS IStream , IEventHandler Implements the ability to exchange ISegment instances between two parties ( TCP_Writer / TCP_Reader ) using the Write and Read methods. InOut: Scope Name Type Input Const pudiCounter POINTER TO UDINT Methods: Read Write Structure: IStream Read (Method) Write (Method)
IStream ¶ Read (Method) Write (Method)
Stream.Read (METH) ¶ METHOD FINAL Read : ISegment InOut: Scope Name Type Return Read ISegment Output eErrorID ERROR
Stream.Write (METH) ¶ METHOD FINAL Write : ERROR InOut: Scope Name Type Return Write ERROR Input itfSegment ISegment
TCP_Writer.SetInitialValue (METH) ¶ METHOD FINAL SetInitialValue : ERROR InOut: Scope Name Type Return SetInitialValue ERROR Input itfAsyncProperty IAsyncProperty itfTSNContext ITSNContext
TLSContext.SetInitialValue (METH) ¶ METHOD FINAL SetInitialValue : ERROR InOut: Scope Name Type Return SetInitialValue ERROR Input psUseCaseName POINTER TO STRING ePurpose PURPOSE psTLSVersion POINTER TO TLS_VERSION psCipherList POINTER TO CIPHER_LIST psHostname POINTER TO HOSTNAME udiVerificationMode UDINT pciCertInfo POINTER TO CERT_INFO itfCertVerifer ICertificateVerifier