UnitTestingTrait.NestedStructList

class UnitTestingTrait.NestedStructList


NestedStructList

Summary

Public constructors

NestedStructList(
    a: UByte,
    b: Boolean,
    c: UnitTestingTrait.SimpleStruct,
    d: List<UnitTestingTrait.SimpleStruct>,
    e: List<UInt>,
    f: List<ByteArray>,
    g: List<UByte>
)

Creates the NestedStructList class.

Public properties

UByte

a attribute.

Boolean

b attribute.

UnitTestingTrait.SimpleStruct

c attribute.

List<UnitTestingTrait.SimpleStruct>

d attribute.

List<UInt>

e attribute.

List<ByteArray>

f attribute.

List<UByte>

g attribute.

Public constructors

NestedStructList

NestedStructList(
    a: UByte,
    b: Boolean = false,
    c: UnitTestingTrait.SimpleStruct = SimpleStruct(),
    d: List<UnitTestingTrait.SimpleStruct> = emptyList(),
    e: List<UInt> = emptyList(),
    f: List<ByteArray> = emptyList(),
    g: List<UByte> = emptyList()
)

Creates the NestedStructList class.

Public properties

a

val aUByte

a attribute.

b

val bBoolean

b attribute.

c

val cUnitTestingTrait.SimpleStruct

c attribute.

d

val dList<UnitTestingTrait.SimpleStruct>

d attribute.

e

val eList<UInt>

e attribute.

f

val fList<ByteArray>

f attribute.

g

val gList<UByte>

g attribute.