Estructura.Nested.Type.IP (estructura v1.8.0)

View Source

Estructura type for Date

Summary

Types

t()

@type t() :: %Estructura.Nested.Type.IP{
  type: :v4 | :v6,
  n1: 0..255 | 0..65535,
  n2: 0..255 | 0..65535,
  n3: 0..255 | 0..65535,
  n4: 0..255 | 0..65535,
  n5: 0..65535,
  n6: 0..65535,
  n7: 0..65535,
  n8: 0..65535
}

Functions

sigil_IP(arg, modifiers)

(macro)