Interface BeaconHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void beaconNotify​(InetSocketAddress from, byte remoteTransportRevision, long timestamp, byte[] guid, int sequentalID, int changeCount, org.epics.pvdata.pv.PVField data)
      Beacon arrival notification.
    • Method Detail

      • beaconNotify

        void beaconNotify​(InetSocketAddress from,
                          byte remoteTransportRevision,
                          long timestamp,
                          byte[] guid,
                          int sequentalID,
                          int changeCount,
                          org.epics.pvdata.pv.PVField data)
        Beacon arrival notification.
        Parameters:
        from - who is notifying.
        remoteTransportRevision - encoded (major, minor) revision.
        timestamp - time when beacon was received.
        guid - server GUID.
        sequentalID - sequential ID (unsigned short).
        changeCount - change count (unsigned short).
        data - server status data, can be null.