Interface PlcConnectionMetadata


  • public interface PlcConnectionMetadata
    Information about connection capabilities. This includes connection and driver specific metadata.
    • Method Detail

      • isReadSupported

        boolean isReadSupported()
        Indicates that the connection supports reading.
      • isWriteSupported

        boolean isWriteSupported()
        Indicates that the connection supports writing.
      • isSubscribeSupported

        boolean isSubscribeSupported()
        Indicates that the connection supports subscription.
      • isBrowseSupported

        boolean isBrowseSupported()
        Indicates that the connection supports browsing.