зеркало из https://github.com/mozilla/pluotsorbet.git
Add DataType constants in midp/codec.js
This commit is contained in:
Родитель
97b6881521
Коммит
70ef965248
|
@ -3,6 +3,17 @@
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
var DataType = {
|
||||||
|
USHORT: 5,
|
||||||
|
ULONG: 7,
|
||||||
|
STRING: 10,
|
||||||
|
WSTRING: 11,
|
||||||
|
METHOD: 13,
|
||||||
|
STRUCT: 14,
|
||||||
|
LIST: 15,
|
||||||
|
ARRAY: 16,
|
||||||
|
};
|
||||||
|
|
||||||
var DataEncoder = function() {
|
var DataEncoder = function() {
|
||||||
this.data = [];
|
this.data = [];
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче