BoolSetting
Namespace: IotaSdk
public class BoolSetting : IBoolSetting, System.IDisposable
Inheritance Object → BoolSetting
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
NewerValueEpoch()
The epoch newer_value was written in, if the setting holds data.
public ulong? NewerValueEpoch()
Returns
OlderValue()
The value that applied before newer_value_epoch.
public bool? OlderValue()
Returns
TryFromBcs(Byte[])
public static BoolSetting TryFromBcs(Byte[] bytes)
Parameters
bytes Byte[]