예제 #1
0
 public DirectedNetInterface Add(DirectedNetInterface interf)
 {
     return(impl.Add(Native, interf));
 }
예제 #2
0
 public uint Remove(DirectedNetInterface interf)
 {
     return(impl.Remove(Native, interf));
 }
예제 #3
0
 public uint Output(UsageEnvironment env, char ttl, string buffer, uint bufferSize, DirectedNetInterface interfaceNotToFwdBackTo)
 {
     return(impl.output(Native, env, ttl, buffer, bufferSize, interfaceNotToFwdBackTo));
 }