nx.js
Classes

NcmContentMetaKey

Extends

  • ArrayBufferStruct

Constructors

new NcmContentMetaKey()

new NcmContentMetaKey(): NcmContentMetaKey

Returns

NcmContentMetaKey

Inherited from

ArrayBufferStruct.constructor

new NcmContentMetaKey()

new NcmContentMetaKey(buffer, byteOffset?, byteLength?): NcmContentMetaKey

Parameters

ParameterType
bufferArrayBufferLike | ArrayBufferView
byteOffset?number
byteLength?number

Returns

NcmContentMetaKey

Inherited from

ArrayBufferStruct.constructor

Properties

PropertyModifierTypeDescriptionOverridesInherited from
bufferreadonlyArrayBufferLikeThe ArrayBuffer instance referenced by the array.-ArrayBufferStruct.buffer
byteLengthreadonlynumberThe length in bytes of the array.-ArrayBufferStruct.byteLength
byteOffsetreadonlynumberThe offset in bytes of the array.-ArrayBufferStruct.byteOffset
sizeofstatic16-ArrayBufferStruct.sizeof-

Accessors

id

get id(): bigint

set id(v): void

Parameters

ParameterType
vbigint

Returns

bigint


installType

get installType(): NcmContentInstallType

set installType(v): void

Parameters

ParameterType
vNcmContentInstallType

Returns

NcmContentInstallType


type

get type(): NcmContentMetaType

set type(v): void

Parameters

ParameterType
vNcmContentMetaType

Returns

NcmContentMetaType


version

get version(): number

set version(v): void

Parameters

ParameterType
vnumber

Returns

number

Methods

toArrayBuffer()

toArrayBuffer(): ArrayBuffer

Creates a copy of the struct buffer view as a new ArrayBuffer instance.

Returns

ArrayBuffer

Inherited from

ArrayBufferStruct.toArrayBuffer

On this page