Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pr_methods:getinputsourceclassname [2023/04/04 06:59] – ↷ Page moved from progref:0400_adding_custom_channels:0420_implementing_channel_type_component:getinputsourceclassname to pr_methods:getinputsourceclassname seanpr_methods:getinputsourceclassname [2023/05/03 04:31] (current) sean
Line 1: Line 1:
-{{tag>Programmers_Reference Methods IChannelType_Interface IChannelType_Interface_Methods getinputsourceclassname}}+{{tag>Programmers_Reference Methods IChannelType_Interface getinputsourceclassname Index}}
  
 ====getInputSourceClassName ()==== ====getInputSourceClassName ()====
 <code java>public String getInputSourceClassName ()</code> <code java>public String getInputSourceClassName ()</code>
  
-This method must return the fully qualified name of the Source that handles communication with the external software system or device (see also [[progref:0400_adding_custom_channels:0410_implementing_channel_s_source_and_sink|]]). If messages from the external system or device are never received (only sent to), ''null'' should be returned.+This method must return the fully qualified name of the Source that handles communication with the external software system or device (see also [[docs:3500:0400:0410]]). If messages from the external system or device are never received (only sent to), ''null'' should be returned.
  • Last modified: 2023/04/04 06:59