socket

v0.3.13

  • Pages
  • Modules
  • Exceptions

    socket v0.3.13 Socket.Datagram

    Link to this section Summary

    Types

    t()

    Functions

    recv(self)
    recv(self, length_or_options)
    recv(self, length, options)
    recv!(self)
    recv!(self, length_or_options)
    recv!(self, length, options)
    send(self, packet, to)
    send!(self, packet, to)

    Link to this section Types

    Link to this type t()
    t() :: Socket.Datagram.Protocol.t()

    Link to this section Functions

    Link to this function recv(self)
    Link to this function recv(self, length_or_options)
    Link to this function recv(self, length, options)
    Link to this function recv!(self)
    Link to this function recv!(self, length_or_options)
    Link to this function recv!(self, length, options)
    Link to this function send(self, packet, to)
    Link to this function send!(self, packet, to)

    Built using ExDoc (v0.18.2), designed by Friedel Ziegelmayer for the Elixir programming language.