IPv4MulticastInterface property - RawSocketOption class - dart:io library (original) (raw)

description

int getIPv4MulticastInterface

Socket option for IP_MULTICAST_IF.

Implementation

static int get IPv4MulticastInterface =>
    _getOptionValue(_RawSocketOptions.IP_MULTICAST_IF.index);