PlcServiceChannel.UnregisterCallbackTarget (METH) ¶ METHOD UnregisterCallbackTarget : UDINT InOut: Scope Name Type Return UnregisterCallbackTarget UDINT Input target IPlcServiceChannelCallbackTarget
SCM_ChannelInfo (STRUCT) ¶ TYPE SCM_ChannelInfo : STRUCT InOut: Name Type Channel PlcServiceChannel State SCM_ChannelState
SCM_ChannelState (ENUM) ¶ TYPE SCM_ChannelState : InOut: Name Free Creating Created Error
TaggedServiceReader (FB) ¶ FUNCTION_BLOCK TaggedServiceReader IMPLEMENTS ITaggedServiceReader Properties: Alive IsDataTag TagId ValidTag Methods: Create CreateDynamic Destroy GetContent GetContentSize GetUnreadContentSize IgnoreBytes MoveDown MoveNext MoveNextConditional MoveUp ReadByte ReadBytes ReadBytesSwapped ReadDWord ReadLWord ReadString ReadWString ReadWord prvNextTagIsEndTagWithId Structure: Alive (Property) Create (Method) CreateDynamic (Method) Destroy (Method) GetContent (Method) GetContentSize (Method) GetUnreadContentSize (Method) IgnoreBytes (Method) IsDataTag (Property) MoveDown (Method) MoveNext (Method) MoveNextConditional (Method) MoveUp (Method) ReadByte (Method) ReadBytes (Method) ReadBytesSwapped (Method) ReadDWord (Method) ReadLWord (Method) ReadString (Method) ReadWString (Method) ReadWord (Method) TagId (Property) ValidTag (Property) prvNextTagIsEndTagWithId (Method)
TaggedServiceReader.MoveNextConditional (METH) ¶ METHOD MoveNextConditional : UDINT InOut: Scope Name Type Return MoveNextConditional UDINT Input bDoMove BOOL
TaggedServiceReader.MoveUp (METH) ¶ METHOD MoveUp : UDINT This method will move up one tag and to the next tag on the level above the current tag. InOut: Scope Name Type Return MoveUp UDINT
TaggedServiceReader.ReadByte (METH) ¶ METHOD ReadByte : UDINT InOut: Scope Name Type Return ReadByte UDINT Output bt BYTE
TaggedServiceReader.ReadBytes (METH) ¶ METHOD ReadBytes : UDINT InOut: Scope Name Type Comment Return ReadBytes UDINT Input pBuffer POINTER TO BYTE The read bytes will be written to this location udiCount UDINT The number of bytes to be read
TaggedServiceReader.ReadBytesSwapped (METH) ¶ METHOD ReadBytesSwapped : UDINT InOut: Scope Name Type Comment Return ReadBytesSwapped UDINT Input pBuffer POINTER TO BYTE The read bytes will be written to this location udiCount UDINT The number of bytes to be read
PlcServiceChannel.RegisterCallbackTarget (METH) ¶ METHOD RegisterCallbackTarget : UDINT InOut: Scope Name Type Return RegisterCallbackTarget UDINT Input target IPlcServiceChannelCallbackTarget