Name

Overview

Location

 

constructor

 

constructor

 

Name()

 

init()

 

Sub New()

constructor (array of Byte, Byte)

 

// .NET, .NET Standard 2.0
constructor(aData: array of Byte; aLength: Byte)
// Island
constructor(aData: array of byte; aLength: uint8)

 

// .NET, .NET Standard 2.0
Name(Byte[] aData, Byte aLength)
// Island
Name(byte[] aData, uint8 aLength)

 

// .NET, .NET Standard 2.0
init(_ aData: Byte..., _ aLength: Byte)
// Island
init(_ aData: byte..., _ aLength: uint8)

 

// .NET, .NET Standard 2.0
Sub New(aData As Byte(), aLength As Byte)
// Island
Sub New(aData As byte(), aLength As uint8)

Parameters:

  • aData:
  • aLength:

constructor (Name)

 

constructor(value: Name)

 

Name(Name value)

 

init(_ value: Name)

 

Sub New(value As Name)

Parameters:

  • value:

Data

 

var Data: array of byte;

 

byte[] Data

 

var Data: byte...

 

Data array of byte

 

FIELD Data() As byte()

GoString

 

method GoString: string

 

string GoString()

 

func GoString() -> string

 

func GoString() string

 

Function GoString() As string

Length

 

var Length: uint8;

 

uint8 Length

 

var Length: uint8

 

Length uint8

 

FIELD Length() As uint8

String

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string

 

Data

 

var Data: array of byte;

 

byte[] Data

 

var Data: byte...

 

Data array of byte

 

FIELD Data() As byte()

Length

 

var Length: uint8;

 

uint8 Length

 

var Length: uint8

 

Length uint8

 

FIELD Length() As uint8

 

constructor

 

constructor

 

Name()

 

init()

 

Sub New()

constructor (array of Byte, Byte)

 

// .NET, .NET Standard 2.0
constructor(aData: array of Byte; aLength: Byte)
// Island
constructor(aData: array of byte; aLength: uint8)

 

// .NET, .NET Standard 2.0
Name(Byte[] aData, Byte aLength)
// Island
Name(byte[] aData, uint8 aLength)

 

// .NET, .NET Standard 2.0
init(_ aData: Byte..., _ aLength: Byte)
// Island
init(_ aData: byte..., _ aLength: uint8)

 

// .NET, .NET Standard 2.0
Sub New(aData As Byte(), aLength As Byte)
// Island
Sub New(aData As byte(), aLength As uint8)

Parameters:

  • aData:
  • aLength:

constructor (Name)

 

constructor(value: Name)

 

Name(Name value)

 

init(_ value: Name)

 

Sub New(value As Name)

Parameters:

  • value:

String

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string