Searched defs:writeUInt16LE (Results 1 – 5 of 5) sorted by relevance
57 writeUInt16LE: UINT16, property
408 this.writeUInt16LE = function (...args) { method in mockBuffer.BufferClass
444 writeUInt16LE(value, offset) { method in SmartBuffer
731 function writeUInt16LE(value, offset = 0) { function
1296 writeUInt16LE(value: number, offset: number): number; method