Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
RFC1155-SMI.cs
1using System;
3
5{
9 public static partial class Values
10 {
14 public static readonly ObjectId iso = new Int64[] { 1 };
15
19 public static readonly ObjectId internet = new ObjectId(iso, 3 /* org */, 6 /* dod */, 1);
20
24 public static readonly ObjectId directory = new ObjectId(internet, 1);
25
29 public static readonly ObjectId mgmt = new ObjectId(internet, 2);
30
34 public static readonly ObjectId experimental = new ObjectId(internet, 3);
35
39 public static readonly ObjectId _private = new ObjectId(internet, 4);
40
44 public static readonly ObjectId enterprises = new ObjectId(_private, 1);
45 }
46
50 public class ObjectSyntax
51 {
56
61
66 }
67
71 public class SimpleSyntax
72 {
77
81 public Int64 number;
82
87
92
96 public Object empty;
97 }
98
102 public class ApplicationSyntax
103 {
108
113
117 public Int64 counter;
118
122 public Int64 gauge;
123
127 public Int64 ticks;
128
133 }
134
138 public class NetworkAddress
139 {
144
149 }
150
151}
Generic array.
Definition: Array.cs:12
ASN.1 Object identifier
Definition: ObjectId.cs:11
static readonly ObjectId _private
TODO
Definition: RFC1155-SMI.cs:39
static readonly ObjectId experimental
TODO
Definition: RFC1155-SMI.cs:34
static readonly ObjectId enterprises
TODO
Definition: RFC1155-SMI.cs:44
static readonly ObjectId directory
TODO
Definition: RFC1155-SMI.cs:24
static readonly ObjectId mgmt
TODO
Definition: RFC1155-SMI.cs:29
static readonly ObjectId internet
TODO
Definition: RFC1155-SMI.cs:19
static readonly ObjectId iso
TODO
Definition: RFC1155-SMI.cs:14