XserverIoTConnectivityInterface 10.3.1

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

// Install XserverIoTConnectivityInterface as a Cake Tool
#tool nuget:?package=XserverIoTConnectivityInterface&version=10.3.1

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 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.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
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 XserverIoTConnectivityInterface:

Package Downloads
XserverIoTCommon

XserverIoTCommon 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
10.3.1 627 7/5/2023
10.2.0.33 1,048 11/19/2020
10.2.0.31 973 10/28/2020
10.2.0.30 866 10/27/2020
10.2.0.29 926 10/21/2020
10.2.0.28 899 10/21/2020
10.2.0.27 959 10/20/2020
10.2.0.10 894 9/29/2020
10.2.0.8 918 9/24/2020