Interface IUDPTransportSession


  • public interface IUDPTransportSession
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void write​(byte[] buffer, int offset, int len, java.net.SocketAddress destination, long timecode)  
    • Method Detail

      • write

        void write​(byte[] buffer,
                   int offset,
                   int len,
                   java.net.SocketAddress destination,
                   long timecode)