PlcServiceChannelMgr.ChannelReplyCallback (METH) ¶ METHOD ChannelReplyCallback : UDINT InOut: Scope Name Type Return ChannelReplyCallback UDINT Input wChannelHandle WORD pduData CHCProtocolDataUnit
PlcServiceChannelMgr.GetChannel (METH) ¶ METHOD GetChannel : IPlcServiceChannel InOut: Scope Name Type Return GetChannel IPlcServiceChannel Input hChannel UINT Output udiRes UDINT
PlcServiceChannelMgr.GetCreateChannelResult (METH) ¶ METHOD GetCreateChannelResult : UDINT InOut: Scope Name Type Return GetCreateChannelResult UDINT Input hChannel UINT
PlcServiceChannelMgr.ReleaseChannel (METH) ¶ METHOD ReleaseChannel : UDINT InOut: Scope Name Type Return ReleaseChannel UDINT Input channel IPlcServiceChannel
PlcService.Create (METH) ¶ METHOD Create : UDINT InOut: Scope Name Type Comment Return Create UDINT Input targetByteOrder PlcServiceByteOrder uiServiceGroup UINT uiService UINT udiDevSessId UDINT if known, otherwise 0 pBuffer POINTER TO BYTE the buffer where the data of the service is to be written udiBufferSize UDINT the size of the buffer pointed to by pBuffer pWriterBuffer POINTER TO BYTE the buffer where the servicewriter will be located, may be null. In case of null, dynamic memory will be allocated to create the service writer! udiWriterBufferSize UDINT the size of the buffer pointed to by pWriterBuffer
PlcService.Data (PROP) ¶ PROPERTY Data : CHCProtocolDataUnit
PlcService.DataValid (PROP) ¶ PROPERTY DataValid : BOOL
PlcService.FB_Exit (METH) ¶ METHOD FB_Exit : UDINT InOut: Scope Name Type Return FB_Exit UDINT Input bInCopyCode BOOL
PlcService.Header (PROP) ¶ PROPERTY Header : PlcServiceHeader
PlcService.InitSavepoint (METH) ¶ METHOD InitSavepoint : BOOL InOut: Scope Name Type Comment Return InitSavepoint BOOL Input buffer DataBuffer if there is no memory given here, then dynamic savepoints will be allocated