Option

Overview

Location

 

constructor

 

constructor

 

Option()

 

init()

 

Sub New()

constructor (UInt16, Slice<Byte>)

 

// .NET, .NET Standard 2.0
constructor(aCode: UInt16; aData: Slice<Byte>)
// Island
constructor(aCode: uint16; aData: Slice<Byte>)

 

// .NET, .NET Standard 2.0
Option(UInt16 aCode, Slice<Byte> aData)
// Island
Option(uint16 aCode, Slice<Byte> aData)

 

// .NET, .NET Standard 2.0
init(_ aCode: UInt16, _ aData: Slice<Byte>)
// Island
init(_ aCode: uint16, _ aData: Slice<Byte>)

 

// .NET, .NET Standard 2.0
Sub New(aCode As UInt16, aData As Slice<Byte>)
// Island
Sub New(aCode As uint16, aData As Slice<Byte>)

Parameters:

  • aCode:
  • aData:

constructor (Option)

 

constructor(value: Option)

 

Option(Option value)

 

init(_ value: Option)

 

Sub New(value As Option)

Parameters:

  • value:

Code

 

var Code: uint16;

 

uint16 Code

 

var Code: uint16

 

Code uint16

 

FIELD Code() As uint16

Data

 

var Data: Slice<Byte>;

 

Slice<Byte> Data

 

var Data: Slice<Byte>

 

Data Slice<Byte>

 

FIELD Data() As Slice<Byte>

GoString

 

method GoString: string

 

string GoString()

 

func GoString() -> string

 

func GoString() string

 

Function GoString() As string

 

Code

 

var Code: uint16;

 

uint16 Code

 

var Code: uint16

 

Code uint16

 

FIELD Code() As uint16

Data

 

var Data: Slice<Byte>;

 

Slice<Byte> Data

 

var Data: Slice<Byte>

 

Data Slice<Byte>

 

FIELD Data() As Slice<Byte>

 

constructor

 

constructor

 

Option()

 

init()

 

Sub New()

constructor (UInt16, Slice<Byte>)

 

// .NET, .NET Standard 2.0
constructor(aCode: UInt16; aData: Slice<Byte>)
// Island
constructor(aCode: uint16; aData: Slice<Byte>)

 

// .NET, .NET Standard 2.0
Option(UInt16 aCode, Slice<Byte> aData)
// Island
Option(uint16 aCode, Slice<Byte> aData)

 

// .NET, .NET Standard 2.0
init(_ aCode: UInt16, _ aData: Slice<Byte>)
// Island
init(_ aCode: uint16, _ aData: Slice<Byte>)

 

// .NET, .NET Standard 2.0
Sub New(aCode As UInt16, aData As Slice<Byte>)
// Island
Sub New(aCode As uint16, aData As Slice<Byte>)

Parameters:

  • aCode:
  • aData:

constructor (Option)

 

constructor(value: Option)

 

Option(Option value)

 

init(_ value: Option)

 

Sub New(value As Option)

Parameters:

  • value: