source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/contrib-2.1.0/apps/LwipMibCompiler/Mibs/RFC-1215@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

File size: 865 bytes
Line 
1RFC-1215 DEFINITIONS ::= BEGIN
2
3 IMPORTS
4 ObjectName
5 FROM RFC1155-SMI;
6
7 TRAP-TYPE MACRO ::=
8 BEGIN
9 TYPE NOTATION ::= "ENTERPRISE" value
10 (enterprise OBJECT IDENTIFIER)
11 VarPart
12 DescrPart
13 ReferPart
14 VALUE NOTATION ::= value (VALUE INTEGER)
15
16 VarPart ::=
17 "VARIABLES" "{" VarTypes "}"
18 | empty
19 VarTypes ::=
20 VarType | VarTypes "," VarType
21 VarType ::=
22 value (vartype ObjectName)
23
24 DescrPart ::=
25 "DESCRIPTION" value (description DisplayString)
26 | empty
27
28 ReferPart ::=
29 "REFERENCE" value (reference DisplayString)
30 | empty
31
32 END
33
34END
Note: See TracBrowser for help on using the repository browser.