init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace DTS.Common.Enums
|
||||
{
|
||||
/// <summary>
|
||||
/// properties for SLICE6 multicast
|
||||
/// this is the UDP broadcast SLICE6 uses for autodiscovery
|
||||
/// </summary>
|
||||
public enum SLICE6Properties
|
||||
{
|
||||
SLICE6MulticastAddress,
|
||||
SLICE6MulticastCommandPort,
|
||||
SLICE6MulticastResponsePort
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user