Searched defs:writeUInt16BE (Results 1 – 5 of 5) sorted by relevance
56 writeUInt16BE: UINT16, property
403 this.writeUInt16BE = function (...args) { method in mockBuffer.BufferClass
422 writeUInt16BE(value, offset) { method in SmartBuffer
838 function writeUInt16BE(value, offset = 0) { function
1049 writeUInt16BE(value: number, offset: number): number; method