Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Asn1Interval.cs
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
5
namespace
Waher.Content.Asn1.Model.Sets
6
{
10
public
class
Asn1Interval
:
Asn1Values
11
{
12
private
readonly
Asn1Value
from;
13
private
readonly
Asn1Value
to;
14
20
public
Asn1Interval
(
Asn1Value
From
,
Asn1Value
To
)
21
{
22
this.from =
From
;
23
this.to =
To
;
24
}
25
29
public
Asn1Value
From
=> this.from;
30
34
public
Asn1Value
To
=> this.to;
35
}
36
}
Waher.Content.Asn1.Model.Asn1Value
Abstract base class for values.
Definition:
Asn1Value.cs:11
Waher.Content.Asn1.Model.Asn1Values
Abstract base class for sets of values
Definition:
Asn1Values.cs:11
Waher.Content.Asn1.Model.Sets.Asn1Interval
Interval of elements.
Definition:
Asn1Interval.cs:11
Waher.Content.Asn1.Model.Sets.Asn1Interval.Asn1Interval
Asn1Interval(Asn1Value From, Asn1Value To)
Interval of elements.
Definition:
Asn1Interval.cs:20
Waher.Content.Asn1.Model.Sets.Asn1Interval.From
Asn1Value From
From
Definition:
Asn1Interval.cs:29
Waher.Content.Asn1.Model.Sets.Asn1Interval.To
Asn1Value To
To
Definition:
Asn1Interval.cs:34
Waher.Content.Asn1.Model.Sets
Definition:
Asn1All.cs:6
IoTGateway
Content
Waher.Content.Asn1
Model
Sets
Asn1Interval.cs
Generated by
1.9.5