Smdn.Net.EchonetLite.RouteB.BP35XX
2.0.0-preview3
Prefix Reserved
.NET 6.0
This package targets .NET 6.0. The package is compatible with this framework or higher.
.NET Standard 2.1
This package targets .NET Standard 2.1. The package is compatible with this framework or higher.
This is a prerelease version of Smdn.Net.EchonetLite.RouteB.BP35XX.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Smdn.Net.EchonetLite.RouteB.BP35XX --version 2.0.0-preview3
NuGet\Install-Package Smdn.Net.EchonetLite.RouteB.BP35XX -Version 2.0.0-preview3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Smdn.Net.EchonetLite.RouteB.BP35XX" Version="2.0.0-preview3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Smdn.Net.EchonetLite.RouteB.BP35XX --version 2.0.0-preview3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Smdn.Net.EchonetLite.RouteB.BP35XX, 2.0.0-preview3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Smdn.Net.EchonetLite.RouteB.BP35XX as a Cake Addin #addin nuget:?package=Smdn.Net.EchonetLite.RouteB.BP35XX&version=2.0.0-preview3&prerelease // Install Smdn.Net.EchonetLite.RouteB.BP35XX as a Cake Tool #tool nuget:?package=Smdn.Net.EchonetLite.RouteB.BP35XX&version=2.0.0-preview3&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Smdn.Net.EchonetLite.RouteB.BP35XX 2.0.0-preview3
BP35A1など、Skyley NetworksのSKSTACK IPを搭載するROHM Wi-SUNモジュールを使用して、スマート電力量メータとの情報伝達手段である「Bルート」を介したECHONET Lite規格の通信を扱うためのAPIを提供します。
ECHONET Lite規格における下位通信層に相当する実装を作成するファクトリクラスBP35A1RouteBEchonetLiteHandlerFactory
をはじめとするAPIを提供します。
Contributing
This project welcomes contributions, feedbacks and suggestions. You can contribute to this project by submitting Issues or Pull Requests on the GitHub repository.
API List
List of APIs exposed by assembly Smdn.Net.EchonetLite.RouteB.BP35XX-2.0.0-preview3
(net8.0)
// Smdn.Net.EchonetLite.RouteB.BP35XX.dll (Smdn.Net.EchonetLite.RouteB.BP35XX-2.0.0-preview3)
// Name: Smdn.Net.EchonetLite.RouteB.BP35XX
// AssemblyVersion: 2.0.0.0
// InformationalVersion: 2.0.0-preview3+f083b2de6dc07603893bff9d4a263609fd1a919e
// TargetFramework: .NETCoreApp,Version=v8.0
// Configuration: Release
// Referenced assemblies:
// Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
// Smdn.Devices.BP35XX, Version=1.0.0.0, Culture=neutral
// Smdn.Net.EchonetLite.RouteB, Version=2.0.0.0, Culture=neutral
// Smdn.Net.EchonetLite.RouteB.SkStackIP, Version=2.0.0.0, Culture=neutral
// Smdn.Net.SkStackIP, Version=1.2.0.0, Culture=neutral
// System.ComponentModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
// System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
#nullable enable annotations
using System;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Smdn.Devices.BP35XX;
using Smdn.Net.EchonetLite.RouteB.Transport;
using Smdn.Net.EchonetLite.RouteB.Transport.SkStackIP;
using Smdn.Net.SkStackIP;
namespace Smdn.Net.EchonetLite.RouteB.Transport.BP35XX {
public sealed class BP35A1RouteBEchonetLiteHandlerFactory : SkStackRouteBEchonetLiteHandlerFactory {
public BP35A1RouteBEchonetLiteHandlerFactory(IServiceCollection services, Action<BP35A1Configurations> configure) {}
protected override SkStackRouteBTransportProtocol TransportProtocol { get; }
protected override async ValueTask<SkStackClient> CreateClientAsync(IServiceProvider serviceProvider, CancellationToken cancellationToken) {}
}
public static class IRouteBEchonetLiteHandlerBuilderExtensions {
public static ISkStackRouteBEchonetLiteHandlerFactory AddBP35A1(this IRouteBEchonetLiteHandlerBuilder builder, Action<BP35A1Configurations> configure) {}
}
}
// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.4.1.0.
// Smdn.Reflection.ReverseGenerating.ListApi.Core v1.3.1.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- Smdn.Devices.BP35XX (>= 1.0.0 && < 3.0.0)
- Smdn.Net.EchonetLite.RouteB.SkStackIP (>= 2.0.0-preview2)
-
net6.0
- Smdn.Devices.BP35XX (>= 1.0.0 && < 3.0.0)
- Smdn.Net.EchonetLite.RouteB.SkStackIP (>= 2.0.0-preview2)
-
net8.0
- Smdn.Devices.BP35XX (>= 1.0.0 && < 3.0.0)
- Smdn.Net.EchonetLite.RouteB.SkStackIP (>= 2.0.0-preview2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0-preview4 | 45 | 10/16/2024 |
2.0.0-preview3 | 51 | 9/6/2024 |
2.0.0-preview2 | 55 | 6/30/2024 |
2.0.0-preview1 | 73 | 4/7/2024 |