Package apple.struct
Class ip_mreq_source
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.ip_mreq_source
-
public final class ip_mreq_source extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description ip_mreq_source()ip_mreq_source(in_addr imr_multiaddr, in_addr imr_sourceaddr, in_addr imr_interface)protectedip_mreq_source(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description in_addrimr_interface()local IP address of interfacein_addrimr_multiaddr()IP multicast address of groupin_addrimr_sourceaddr()IP address of sourcevoidsetImr_interface(in_addr value)local IP address of interfacevoidsetImr_multiaddr(in_addr value)IP multicast address of groupvoidsetImr_sourceaddr(in_addr value)IP address of source
-
-
-
Method Detail
-
imr_multiaddr
public in_addr imr_multiaddr()
IP multicast address of group
-
setImr_multiaddr
public void setImr_multiaddr(in_addr value)
IP multicast address of group
-
imr_sourceaddr
public in_addr imr_sourceaddr()
IP address of source
-
setImr_sourceaddr
public void setImr_sourceaddr(in_addr value)
IP address of source
-
imr_interface
public in_addr imr_interface()
local IP address of interface
-
setImr_interface
public void setImr_interface(in_addr value)
local IP address of interface
-
-