XserverIoTConnectivityInterface 10.3.4
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package XserverIoTConnectivityInterface --version 10.3.4
NuGet\Install-Package XserverIoTConnectivityInterface -Version 10.3.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="XserverIoTConnectivityInterface" Version="10.3.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XserverIoTConnectivityInterface --version 10.3.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: XserverIoTConnectivityInterface, 10.3.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 XserverIoTConnectivityInterface as a Cake Addin #addin nuget:?package=XserverIoTConnectivityInterface&version=10.3.4 // Install XserverIoTConnectivityInterface as a Cake Tool #tool nuget:?package=XserverIoTConnectivityInterface&version=10.3.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.
-
UAP 10.0
- Cloud.DeviceService (>= 10.3.1)
- IO.RestClient (>= 10.3.1)
- Models.Data (>= 10.2.0.6)
- Newtonsoft.Json (>= 13.0.3)
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.5 | 82 | 10/28/2024 |
10.3.4 | 128 | 8/24/2024 |
10.3.3 | 87 | 8/5/2024 |
10.3.2 | 95 | 5/27/2024 |
10.3.1 | 662 | 7/5/2023 |
10.2.0.33 | 1,078 | 11/19/2020 |
10.2.0.31 | 998 | 10/28/2020 |
10.2.0.30 | 894 | 10/27/2020 |
10.2.0.29 | 952 | 10/21/2020 |
10.2.0.28 | 924 | 10/21/2020 |
10.2.0.27 | 988 | 10/20/2020 |
10.2.0.10 | 920 | 9/29/2020 |
10.2.0.8 | 940 | 9/24/2020 |