pxt-ev3/libs/base/enums.d.ts

30 lines
467 B
TypeScript
Raw Normal View History

2018-02-14 19:56:50 +01:00
// Auto-generated. Do not edit.
declare const enum NumberFormat {
Int8LE = 1,
UInt8LE = 2,
Int16LE = 3,
UInt16LE = 4,
Int32LE = 5,
Int8BE = 6,
UInt8BE = 7,
Int16BE = 8,
UInt16BE = 9,
Int32BE = 10,
UInt32LE = 11,
UInt32BE = 12,
Float32LE = 13,
Float64LE = 14,
Float32BE = 15,
Float64BE = 16,
}
2019-03-05 05:44:01 +01:00
declare const enum PerfCounters {
GC = 0,
2018-02-14 19:56:50 +01:00
}
// Auto-generated. Do not edit. Really.