Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Asn1SetOf.cs
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
5
namespace
Waher.Content.Asn1.Model
6
{
10
public
class
Asn1SetOf
:
Asn1Type
11
{
12
private
readonly
Asn1Values
size;
13
private
readonly
string
typeName;
14
20
public
Asn1SetOf
(
Asn1Values
Size
,
string
TypeName
)
21
: base()
22
{
23
this.size =
Size
;
24
this.typeName =
TypeName
;
25
}
26
30
public
Asn1Values
Size
=> this.size;
31
35
public
string
TypeName
=> this.typeName;
36
}
37
}
Waher.Content.Asn1.Model.Asn1SetOf
Represents a ASN.1 SET OF construct.
Definition:
Asn1SetOf.cs:11
Waher.Content.Asn1.Model.Asn1SetOf.Asn1SetOf
Asn1SetOf(Asn1Values Size, string TypeName)
Represents a ASN.1 SET OF construct.
Definition:
Asn1SetOf.cs:20
Waher.Content.Asn1.Model.Asn1SetOf.Size
Asn1Values Size
SIZE
Definition:
Asn1SetOf.cs:30
Waher.Content.Asn1.Model.Asn1SetOf.TypeName
string TypeName
Type name.
Definition:
Asn1SetOf.cs:35
Waher.Content.Asn1.Model.Asn1Type
Abstract base class for ASN.1 types.
Definition:
Asn1Type.cs:13
Waher.Content.Asn1.Model.Asn1Values
Abstract base class for sets of values
Definition:
Asn1Values.cs:11
Waher.Content.Asn1.Model
Definition:
Asn1Choice.cs:8
IoTGateway
Content
Waher.Content.Asn1
Model
Asn1SetOf.cs
Generated by
1.9.5