Skip to main content

PatchDebugData

amiudmodz


amiudmodz / proto / PatchDebugData

Class: PatchDebugData

Defined in: WAProto/index.d.ts:11260

Implements

Constructors

new PatchDebugData()

new PatchDebugData(p?): PatchDebugData

Defined in: WAProto/index.d.ts:11261

Parameters

p?

IPatchDebugData

Returns

PatchDebugData

Properties

collectionName?

optional collectionName: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:11265

Implementation of

IPatchDebugData.collectionName


currentLthash?

optional currentLthash: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:11262

Implementation of

IPatchDebugData.currentLthash


firstFourBytesFromAHashOfSnapshotMacKey?

optional firstFourBytesFromAHashOfSnapshotMacKey: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:11266

Implementation of

IPatchDebugData.firstFourBytesFromAHashOfSnapshotMacKey


isSenderPrimary?

optional isSenderPrimary: null | boolean

Defined in: WAProto/index.d.ts:11272

Implementation of

IPatchDebugData.isSenderPrimary


newLthash?

optional newLthash: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:11263

Implementation of

IPatchDebugData.newLthash


newLthashSubtract?

optional newLthashSubtract: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:11267

Implementation of

IPatchDebugData.newLthashSubtract


numberAdd?

optional numberAdd: null | number

Defined in: WAProto/index.d.ts:11268

Implementation of

IPatchDebugData.numberAdd


numberOverride?

optional numberOverride: null | number

Defined in: WAProto/index.d.ts:11270

Implementation of

IPatchDebugData.numberOverride


numberRemove?

optional numberRemove: null | number

Defined in: WAProto/index.d.ts:11269

Implementation of

IPatchDebugData.numberRemove


patchVersion?

optional patchVersion: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:11264

Implementation of

IPatchDebugData.patchVersion


senderPlatform?

optional senderPlatform: null | Platform

Defined in: WAProto/index.d.ts:11271

Implementation of

IPatchDebugData.senderPlatform

Methods

toJSON()

toJSON(): object

Defined in: WAProto/index.d.ts:11278

Returns

object


create()

static create(properties?): PatchDebugData

Defined in: WAProto/index.d.ts:11273

Parameters

properties?

IPatchDebugData

Returns

PatchDebugData


decode()

static decode(r, l?): PatchDebugData

Defined in: WAProto/index.d.ts:11275

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

PatchDebugData


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:11274

Parameters

m

IPatchDebugData

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): PatchDebugData

Defined in: WAProto/index.d.ts:11276

Parameters

d

Returns

PatchDebugData


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:11279

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

Defined in: WAProto/index.d.ts:11277

Parameters

m

PatchDebugData

o?

IConversionOptions

Returns

object