Xserver.IoT.Connectivity.Interface.NET 11.0.4

dotnet add package Xserver.IoT.Connectivity.Interface.NET --version 11.0.4
NuGet\Install-Package Xserver.IoT.Connectivity.Interface.NET -Version 11.0.4
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="Xserver.IoT.Connectivity.Interface.NET" Version="11.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xserver.IoT.Connectivity.Interface.NET --version 11.0.4
#r "nuget: Xserver.IoT.Connectivity.Interface.NET, 11.0.4"
#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 Xserver.IoT.Connectivity.Interface.NET as a Cake Addin
#addin nuget:?package=Xserver.IoT.Connectivity.Interface.NET&version=11.0.4

// Install Xserver.IoT.Connectivity.Interface.NET as a Cake Tool
#tool nuget:?package=Xserver.IoT.Connectivity.Interface.NET&version=11.0.4

Properties:

/// AuthorizedObject for REST request   
public static IAuthorizedObject AuthObj { get; set; } = new IAuthorizedObject();

/// Service IP address
public static string LastIP { get; set; } = "localhost";

/// Local REST API (True) or Remote Direct Method connection 
public static bool LocalConnect { get; set; } = true;

///Port and Connection settings
public static string ComPort { get; set; } = "8001";
public static string DataPort { get; set; } = "8002";
public static string CorePort { get; set; } = "8003";
public static string OnboardTaskPort { get; set; } = "8006";
public static string OnboardTask2Port { get; set; } = "8007";
public static string OnboardTask3Port { get; set; } = "8008";
public static string OnboardTask4Port { get; set; } = "8009";
public static int ServiceConnetionAttempt { get; set; } = 3;
public static int ServiceConnetionDirectMethodAttempt { get; set; } = 3;

/// The space between Azure messages (ms)
public static int SpaceBetweenAzureMessages { get; set; } = 250;

///Remote (direct method) IoT Device connection sttings
public static string MethodName { get; set; } = "IoTDirectMethod";
public static string ConnectedIoTDeviceID { get; set; }
public static string IoTHubConnectionString { get; set; }

/// Last connected name of service
public static ServiceName? LastService { get; set; } = null;
/// If true, the connection will be reinitialized.    
public static bool Reinitialize { get; set; } = true;

Methods:

public static async Task<IO.RestClient.RestClient.Result> RestClientGET(string RequestUri, ServiceName Service)

public static async Task<IO.RestClient.RestClient.Result> RestClientPOST(string RequestUri, ServiceName Service, object objectcontent)

public static async Task<IO.RestClient.RestClient.Result> RestClientPOSTAuthObj(string RequestUri, ServiceName Service, object SerializeObject)
 
/// Initialize Cloud connection   
public static Cloud.IoTHub.DeviceService.Result IoTDeviceService_CloudConnectionInitialize()

/// Close Cloud connection
public static void IoTDeviceService_Dispose()
Product Compatible and additional computed target framework versions.
.NET 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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Xserver.IoT.Connectivity.Interface.NET:

Package Downloads
XserverIoTCommon.NET

XserverIoTCommon.NET is a software component for OnboardTask of the IoT Device. With the Onboard Task project can be implemented customized tasks (Industrial PC communication, Custom protocol matching, Control tasks, Remote parameter setting from cloud, Control with Artificial Intelligence, etc.).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
11.0.4 90 5/27/2024
11.0.3 241 3/19/2024
11.0.2 449 1/14/2023
11.0.1 284 12/14/2022
11.0.0 292 11/9/2022