Skip to main content

DeviceProps

amiudmodz


amiudmodz / proto / DeviceProps

Class: DeviceProps

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

Implements

Constructors

new DeviceProps()

new DeviceProps(p?): DeviceProps

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

Parameters

p?

IDeviceProps

Returns

DeviceProps

Properties

historySyncConfig?

optional historySyncConfig: null | IHistorySyncConfig

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

Implementation of

IDeviceProps.historySyncConfig


os?

optional os: null | string

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

Implementation of

IDeviceProps.os


platformType?

optional platformType: null | PlatformType

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

Implementation of

IDeviceProps.platformType


requireFullSync?

optional requireFullSync: null | boolean

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

Implementation of

IDeviceProps.requireFullSync


version?

optional version: null | IAppVersion

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

Implementation of

IDeviceProps.version

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): DeviceProps

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

Parameters

properties?

IDeviceProps

Returns

DeviceProps


decode()

static decode(r, l?): DeviceProps

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

DeviceProps


encode()

static encode(m, w?): Writer

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

Parameters

m

IDeviceProps

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): DeviceProps

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

Parameters

d

Returns

DeviceProps


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

DeviceProps

o?

IConversionOptions

Returns

object