Classes
NcmContentMetaKey
Extends
ArrayBufferStruct
Constructors
new NcmContentMetaKey()
new NcmContentMetaKey(): NcmContentMetaKey
Returns
Inherited from
ArrayBufferStruct.constructor
new NcmContentMetaKey()
new NcmContentMetaKey(buffer
, byteOffset
?, byteLength
?): NcmContentMetaKey
Parameters
Parameter | Type |
---|---|
buffer | ArrayBufferLike | ArrayBufferView |
byteOffset ? | number |
byteLength ? | number |
Returns
Inherited from
ArrayBufferStruct.constructor
Properties
Property | Modifier | Type | Description | Overrides | Inherited from |
---|---|---|---|---|---|
buffer | readonly | ArrayBufferLike | The ArrayBuffer instance referenced by the array. | - | ArrayBufferStruct.buffer |
byteLength | readonly | number | The length in bytes of the array. | - | ArrayBufferStruct.byteLength |
byteOffset | readonly | number | The offset in bytes of the array. | - | ArrayBufferStruct.byteOffset |
sizeof | static | 16 | - | ArrayBufferStruct.sizeof | - |
Accessors
id
get
id(): bigint
set
id(v
): void
Parameters
Parameter | Type |
---|---|
v | bigint |
Returns
bigint
installType
get
installType(): NcmContentInstallType
set
installType(v
): void
Parameters
Parameter | Type |
---|---|
v | NcmContentInstallType |
Returns
type
get
type(): NcmContentMetaType
set
type(v
): void
Parameters
Parameter | Type |
---|---|
v | NcmContentMetaType |
Returns
version
get
version(): number
set
version(v
): void
Parameters
Parameter | Type |
---|---|
v | number |
Returns
number
Methods
toArrayBuffer()
toArrayBuffer(): ArrayBuffer
Creates a copy of the struct buffer view as a new ArrayBuffer
instance.
Returns
Inherited from
ArrayBufferStruct.toArrayBuffer