Type2Message class

Data class for all information contained in the type 2 response.

Used to calculate the type 3 response.

Constructors

Type2Message({required Uint8List signature, required int type, required int targetNameLength, required int targetNameMaxLength, required int targetNameOffset, required Uint8List targetName, required int negotiateFlags, required Uint8List serverChallenge, required Uint8List reserved, int? targetInfoLength, int? targetInfoMaxLength, int? targetInfoOffset, Uint8List? targetInfo})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
negotiateFlags int
final
reserved Uint8List
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverChallenge Uint8List
final
signature Uint8List
final
targetInfo Uint8List?
final
targetInfoLength int?
final
targetInfoMaxLength int?
final
targetInfoOffset int?
final
targetName Uint8List
final
targetNameLength int
final
targetNameMaxLength int
final
targetNameOffset int
final
type int
final

Methods

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

Operators

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