LtiLrChannelConfig class

A config object for constructing an LTI LR channel.

Constructors

LtiLrChannelConfig({int userWidth = 0, int idWidth = 0, int addrWidth = 0, int pasWidth = 0, int loopWidth = 0, int mecIdWidth = 0, int mpamWidth = 0, int ctagWidth = 1})
Constructor.

Properties

addrWidth int
The width of the address bus in bits.
final
ctagWidth int
CTAG width.
final
hashCode int
The hash code for this object.
no setterinherited
idWidth int
The width of the ID signal in bits.
final
loopWidth int
Loopback signal width.
final
mecIdWidth int
MECID WIDTH.
final
mpamWidth int
MPAM width.
final
pasWidth int
The width of PAS signal in bits.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userWidth int
The width of the user-defined signal in bits.
final

Methods

clone() LtiLrChannelConfig
Creates a copy of this config.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited