public void Class1SendO2T(SequencedAddressItem Item) { if (UdpListener != null) { UdpListener.Send(Item, epUdp); } }
// Unicast ListIdentity public void DiscoverServers(IPEndPoint ep) { Encapsulation_Packet p = new Encapsulation_Packet(EncapsulationCommands.ListIdentity); p.Command = EncapsulationCommands.ListIdentity; udp.Send(p, ep); Trace.WriteLine("Send ListIdentity to " + ep.Address.ToString()); }