ZeroTierResult class

libzt operation result

Implementers

Constructors

ZeroTierResult(int res, [int errno = 0])

Properties

errorMessage String?
latefinal
errorType ZtsError
latefinal
hashCode int
The hash code for this object.
no setterinherited
result int
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socketErrorMessage String?
latefinal
socketErrorType ZtsSocketError?
latefinal
success bool
latefinal

Methods

getSocketError(int socketError) ZtsSocketError?
getSocketErrorMessage(int socketError) String?
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

Static Methods

getErrorMessage(int res) String?
getErrorType(int res) ZtsError