XserverIoTCommon 10.1.0.2
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 XserverIoTCommon --version 10.1.0.2
NuGet\Install-Package XserverIoTCommon -Version 10.1.0.2
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="XserverIoTCommon" Version="10.1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XserverIoTCommon --version 10.1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: XserverIoTCommon, 10.1.0.2"
#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 XserverIoTCommon as a Cake Addin #addin nuget:?package=XserverIoTCommon&version=10.1.0.2 // Install XserverIoTCommon as a Cake Tool #tool nuget:?package=XserverIoTCommon&version=10.1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
XserverIoTCommon class usage:
Required UWP Target settings:
Min version: Windows 10 Fall Creators Update (10.0; Build 16299)
Required UWP Capabilities:
<Capability Name="internetClient" />
<Capability Name="internetClientServer"/>
<Capability Name="privateNetworkClientServer"/>
Authentication class (Connect to Service):
// Log in to Xserver.IoT
public static async Task<Result> Login(string UserName, string Password, string ServiceIP = "localhost")
example: var res = await Authentication.Login("operator", "operator", "192.168.100.1");
// Gets UserId object for Xserver.Com service object
public static Models.Com.Common.IUserId GetComServiceUserId()
example:
IActiveAlarms AlarmRequest = new IActiveAlarms();
AlarmRequest.IUserId = Authentication.GetComServiceUserId();
AlarmRequest.NumberOfItems = 0; //No Limit
var resultackalarm = await RestAPI.RestClientPOST("/com/alarms/getactivealarms", ServiceName.Com, AlarmRequest);
RestAPI methods:
/// GET RestAPI request
public static async Task<IO.RestClient.RestClient.Result> RestClientGET(string RequestUri, ServiceName Service)
/// POST RestAPI request
public static async Task<IO.RestClient.RestClient.Result> RestClientPOST(string RequestUri, ServiceName Service, object objectcontent)
/// POST RestAPI request with Auth object
public static async Task<IO.RestClient.RestClient.Result> RestClientPOSTAuthObj(string RequestUri, ServiceName Service, object SerializeObject)
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 0.0
- IO.RestClient (>= 10.0.0.23)
- Models.Com (>= 10.0.0.147)
- Models.Data (>= 10.0.0.87)
- Newtonsoft.Json (>= 12.0.3)
- Service.Common (>= 10.0.0.79)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on XserverIoTCommon:
Package | Downloads |
---|---|
IoTServerInsertionAPI
The insertion API allows the IoT Server to send data to other systems. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
10.3.4 | 234 | 7/5/2023 |
10.3.2 | 2,424 | 11/25/2021 |
10.2.3.1 | 385 | 10/7/2021 |
10.2.1.5 | 399 | 3/25/2021 |
10.2.1.4 | 417 | 3/24/2021 |
10.2.1.3 | 398 | 3/18/2021 |
10.2.1.2 | 394 | 3/4/2021 |
10.2.1.1 | 399 | 2/23/2021 |
10.2.1 | 404 | 2/11/2021 |
10.2.0.16 | 442 | 11/25/2020 |
10.2.0.15 | 497 | 11/19/2020 |
10.2.0.14 | 483 | 11/19/2020 |
10.2.0.13 | 441 | 10/28/2020 |
10.2.0.12 | 482 | 10/27/2020 |
10.2.0.11 | 438 | 10/27/2020 |
10.2.0.10 | 453 | 10/27/2020 |
10.2.0.9 | 487 | 10/21/2020 |
10.2.0.7 | 521 | 9/29/2020 |
10.2.0.5 | 471 | 9/24/2020 |
10.2.0.4 | 506 | 9/17/2020 |
10.2.0.3 | 534 | 9/16/2020 |
10.1.0.7 | 524 | 6/25/2020 |
10.1.0.6 | 598 | 6/24/2020 |
10.1.0.4 | 499 | 5/21/2020 |
10.1.0.2 | 541 | 5/19/2020 |