File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,14 +84,16 @@ const SymbolServiceNames = InvertKeyValues(SymbolServiceCodes);
8484
8585const SymbolInstanceAttributeCodes = {
8686 Name : 0x01 ,
87- Type : 0x02
87+ Type : 0x02 ,
88+ Bytes : 0x07
8889} ;
8990
90- // const SymbolInstanceAttributeNames = InvertKeyValues(SymbolInstanceAttributeCodes);
91+ const SymbolInstanceAttributeNames = InvertKeyValues ( SymbolInstanceAttributeCodes ) ;
9192
9293const SymbolInstanceAttributeDataTypes = {
9394 [ SymbolInstanceAttributeCodes . Name ] : DataTypes . STRING ,
94- [ SymbolInstanceAttributeCodes . Type ] : DataTypes . UINT
95+ [ SymbolInstanceAttributeCodes . Type ] : DataTypes . UINT ,
96+ [ SymbolInstanceAttributeCodes . Bytes ] : DataTypes . UINT
9597} ;
9698
9799
@@ -156,6 +158,7 @@ module.exports = {
156158 SymbolServiceCodes,
157159 SymbolServiceNames,
158160 SymbolInstanceAttributeCodes,
161+ SymbolInstanceAttributeNames,
159162 SymbolInstanceAttributeDataTypes,
160163 // SymbolServiceErrorDescriptions,
161164 TemplateServiceCodes,
You can’t perform that action at this time.
0 commit comments