/ fm / liveswitch / ByteHolder
Class: ByteHolder
fm.liveswitch.ByteHolder
Class to hold a byte value passed by reference.
Table of contents
Constructors
Methods
Constructors
constructor
+ new ByteHolder(): ByteHolder
Initializes a new instance of the [[fm.liveswitch.byteHolder]] class.
Returns: ByteHolder
Defined in: Generated/TypeScript/fm.liveswitch/ByteHolder.ts:18
+ new ByteHolder(value
: number): ByteHolder
Initializes a new instance of the [[fm.liveswitch.byteHolder]] class.
Parameters:
Name | Type | Description |
---|---|---|
value |
number | The value. |
Returns: ByteHolder
Defined in: Generated/TypeScript/fm.liveswitch/ByteHolder.ts:24
Methods
fmliveswitchByteHolderInit
▸ Private
fmliveswitchByteHolderInit(): void
Returns: void
Defined in: Generated/TypeScript/fm.liveswitch/ByteHolder.ts:15
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/ByteHolder.ts:9
getValue
▸ getValue(): number
Gets the value.
Returns: number
Defined in: Generated/TypeScript/fm.liveswitch/ByteHolder.ts:54
setValue
▸ setValue(value
: number): void
Sets the value.
Parameters:
Name | Type |
---|---|
value |
number |
Returns: void
Defined in: Generated/TypeScript/fm.liveswitch/ByteHolder.ts:66