Skip to main content

BoolSetting

Namespace: IotaSdk

public class BoolSetting : IBoolSetting, System.IDisposable

Inheritance ObjectBoolSetting
Implements IBoolSetting, IDisposable

Constructors

BoolSetting(UInt64)

public BoolSetting(ulong pointer)

Parameters

pointer UInt64

Methods

Destroy()

public void Destroy()

Dispose()

public void Dispose()

NewerValue()

The value written in newer_value_epoch.

public bool? NewerValue()

Returns

Boolean?

NewerValueEpoch()

The epoch newer_value was written in, if the setting holds data.

public ulong? NewerValueEpoch()

Returns

UInt64?

OlderValue()

The value that applied before newer_value_epoch.

public bool? OlderValue()

Returns

Boolean?

TryFromBcs(Byte[])

public static BoolSetting TryFromBcs(Byte[] bytes)

Parameters

bytes Byte[]

Returns

BoolSetting