Skip to content

Commit 92d48d3

Browse files
authored
Merge pull request #8 from smdn/releases/Smdn.Net.SkStackIP-1.3.0-1727093414
Release main/Smdn.Net.SkStackIP-1.3.0
2 parents 7931ab6 + f7bffd3 commit 92d48d3

3 files changed

Lines changed: 24 additions & 9 deletions

File tree

doc/api-list/Smdn.Net.SkStackIP/Smdn.Net.SkStackIP-net6.0.apilist.cs

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.2.0)
1+
// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.3.0)
22
// 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
55
// TargetFramework: .NETCoreApp,Version=v6.0
66
// Configuration: Release
77
// Referenced assemblies:
@@ -105,8 +105,12 @@ public abstract class SkStackActiveScanOptions : ICloneable {
105105
public static SkStackActiveScanOptions Null { get; }
106106
public static SkStackActiveScanOptions ScanUntilFind { get; }
107107

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) {}
108111
public static SkStackActiveScanOptions Create(IEnumerable<int> scanDurationGenerator, PhysicalAddress paaMacAddress) {}
109112
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) {}
110114

111115
protected SkStackActiveScanOptions() {}
112116

@@ -376,6 +380,7 @@ public SkStackUdpSendResultIndeterminateException(string message, Exception? inn
376380
public static SkStackChannel Channel59 { get; }
377381
public static SkStackChannel Channel60 { get; }
378382

383+
public static uint CreateMask(params SkStackChannel[] channels) {}
379384
public static bool operator == (SkStackChannel x, SkStackChannel y) {}
380385
public static bool operator != (SkStackChannel x, SkStackChannel y) {}
381386

doc/api-list/Smdn.Net.SkStackIP/Smdn.Net.SkStackIP-net8.0.apilist.cs

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.2.0)
1+
// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.3.0)
22
// 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
55
// TargetFramework: .NETCoreApp,Version=v8.0
66
// Configuration: Release
77
// Referenced assemblies:
@@ -103,8 +103,12 @@ public abstract class SkStackActiveScanOptions : ICloneable {
103103
public static SkStackActiveScanOptions Null { get; }
104104
public static SkStackActiveScanOptions ScanUntilFind { get; }
105105

106+
public static SkStackActiveScanOptions Create(Func<IEnumerable<int>> scanDurationGeneratorFunc, PhysicalAddress paaMacAddress) {}
107+
public static SkStackActiveScanOptions Create(Func<IEnumerable<int>> scanDurationGeneratorFunc, Predicate<SkStackPanDescription>? paaSelector = null) {}
108+
public static SkStackActiveScanOptions Create(Func<IEnumerable<int>> scanDurationGeneratorFunc, uint channelMask, Predicate<SkStackPanDescription>? paaSelector = null) {}
106109
public static SkStackActiveScanOptions Create(IEnumerable<int> scanDurationGenerator, PhysicalAddress paaMacAddress) {}
107110
public static SkStackActiveScanOptions Create(IEnumerable<int> scanDurationGenerator, Predicate<SkStackPanDescription>? paaSelector = null) {}
111+
public static SkStackActiveScanOptions Create(IEnumerable<int> scanDurationGenerator, uint channelMask, Predicate<SkStackPanDescription>? paaSelector = null) {}
108112

109113
protected SkStackActiveScanOptions() {}
110114

@@ -374,6 +378,7 @@ public SkStackUdpSendResultIndeterminateException(string message, Exception? inn
374378
public static SkStackChannel Channel59 { get; }
375379
public static SkStackChannel Channel60 { get; }
376380

381+
public static uint CreateMask(params SkStackChannel[] channels) {}
377382
public static bool operator == (SkStackChannel x, SkStackChannel y) {}
378383
public static bool operator != (SkStackChannel x, SkStackChannel y) {}
379384

doc/api-list/Smdn.Net.SkStackIP/Smdn.Net.SkStackIP-netstandard2.1.apilist.cs

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.2.0)
1+
// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.3.0)
22
// 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
55
// TargetFramework: .NETStandard,Version=v2.1
66
// Configuration: Release
77
// Referenced assemblies:
@@ -97,8 +97,12 @@ public abstract class SkStackActiveScanOptions : ICloneable {
9797
public static SkStackActiveScanOptions Null { get; }
9898
public static SkStackActiveScanOptions ScanUntilFind { get; }
9999

100+
public static SkStackActiveScanOptions Create(Func<IEnumerable<int>> scanDurationGeneratorFunc, PhysicalAddress paaMacAddress) {}
101+
public static SkStackActiveScanOptions Create(Func<IEnumerable<int>> scanDurationGeneratorFunc, Predicate<SkStackPanDescription>? paaSelector = null) {}
102+
public static SkStackActiveScanOptions Create(Func<IEnumerable<int>> scanDurationGeneratorFunc, uint channelMask, Predicate<SkStackPanDescription>? paaSelector = null) {}
100103
public static SkStackActiveScanOptions Create(IEnumerable<int> scanDurationGenerator, PhysicalAddress paaMacAddress) {}
101104
public static SkStackActiveScanOptions Create(IEnumerable<int> scanDurationGenerator, Predicate<SkStackPanDescription>? paaSelector = null) {}
105+
public static SkStackActiveScanOptions Create(IEnumerable<int> scanDurationGenerator, uint channelMask, Predicate<SkStackPanDescription>? paaSelector = null) {}
102106

103107
protected SkStackActiveScanOptions() {}
104108

@@ -366,6 +370,7 @@ public SkStackUdpSendResultIndeterminateException(string message, Exception? inn
366370
public static SkStackChannel Channel59 { get; }
367371
public static SkStackChannel Channel60 { get; }
368372

373+
public static uint CreateMask(params SkStackChannel[] channels) {}
369374
public static bool operator == (SkStackChannel x, SkStackChannel y) {}
370375
public static bool operator != (SkStackChannel x, SkStackChannel y) {}
371376

0 commit comments

Comments
 (0)