DART.this

Creates DART with given net and by given file path

  1. this(SecureNet net, string filename, Flag!"read_only" read_only, ushort from_sector, ushort to_sector)
    class DART
    @safe
    this
    (
    const SecureNet net
    ,
    string filename
    ,
    Flag!"read_only" read_only = No.read_only
    ,
    const ushort from_sector = 0
    ,
    const ushort to_sector = 0
    )
  2. this(SecureNet net, string filename, Exception exception, Flag!"read_only" read_only, ushort from_sector, ushort to_sector)

Parameters

net SecureNet

Represent SecureNet for initializing DART

filename string

Represent path to DART file to open

from_sector ushort

Represents from angle for DART sharding. In development.

to_sector ushort

Represents to angle for DART sharding. In development.