|
1 | | -// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.2.0) |
| 1 | +// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.3.0) |
2 | 2 | // Name: Smdn.Net.SkStackIP |
3 | | -// AssemblyVersion: 1.2.0.0 |
4 | | -// InformationalVersion: 1.2.0+0e506f4265dfd6eb80e5f98b4486e10a5cda9d99 |
| 3 | +// AssemblyVersion: 1.3.0.0 |
| 4 | +// InformationalVersion: 1.3.0+7931ab6db93341f49b92e060d48f76286ce36ded |
5 | 5 | // TargetFramework: .NETCoreApp,Version=v6.0 |
6 | 6 | // Configuration: Release |
7 | 7 | // Referenced assemblies: |
@@ -105,8 +105,12 @@ public abstract class SkStackActiveScanOptions : ICloneable { |
105 | 105 | public static SkStackActiveScanOptions Null { get; } |
106 | 106 | public static SkStackActiveScanOptions ScanUntilFind { get; } |
107 | 107 |
|
| 108 | + public static SkStackActiveScanOptions Create(Func<IEnumerable<int>> scanDurationGeneratorFunc, PhysicalAddress paaMacAddress) {} |
| 109 | + public static SkStackActiveScanOptions Create(Func<IEnumerable<int>> scanDurationGeneratorFunc, Predicate<SkStackPanDescription>? paaSelector = null) {} |
| 110 | + public static SkStackActiveScanOptions Create(Func<IEnumerable<int>> scanDurationGeneratorFunc, uint channelMask, Predicate<SkStackPanDescription>? paaSelector = null) {} |
108 | 111 | public static SkStackActiveScanOptions Create(IEnumerable<int> scanDurationGenerator, PhysicalAddress paaMacAddress) {} |
109 | 112 | public static SkStackActiveScanOptions Create(IEnumerable<int> scanDurationGenerator, Predicate<SkStackPanDescription>? paaSelector = null) {} |
| 113 | + public static SkStackActiveScanOptions Create(IEnumerable<int> scanDurationGenerator, uint channelMask, Predicate<SkStackPanDescription>? paaSelector = null) {} |
110 | 114 |
|
111 | 115 | protected SkStackActiveScanOptions() {} |
112 | 116 |
|
@@ -376,6 +380,7 @@ public SkStackUdpSendResultIndeterminateException(string message, Exception? inn |
376 | 380 | public static SkStackChannel Channel59 { get; } |
377 | 381 | public static SkStackChannel Channel60 { get; } |
378 | 382 |
|
| 383 | + public static uint CreateMask(params SkStackChannel[] channels) {} |
379 | 384 | public static bool operator == (SkStackChannel x, SkStackChannel y) {} |
380 | 385 | public static bool operator != (SkStackChannel x, SkStackChannel y) {} |
381 | 386 |
|
|
0 commit comments