tls_protocol_version_t enum

Inheritance
Available extensions

Values

tls_protocol_version_TLSv10 → const tls_protocol_version_t
const tls_protocol_version_t(769)
tls_protocol_version_TLSv11 → const tls_protocol_version_t
const tls_protocol_version_t(770)
tls_protocol_version_TLSv12 → const tls_protocol_version_t
const tls_protocol_version_t(771)
tls_protocol_version_TLSv13 → const tls_protocol_version_t
const tls_protocol_version_t(772)
tls_protocol_version_DTLSv10 → const tls_protocol_version_t
const tls_protocol_version_t(-257)
tls_protocol_version_DTLSv12 → const tls_protocol_version_t
const tls_protocol_version_t(-259)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value 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.
inherited

Operators

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

Static Methods

fromValue(int value) tls_protocol_version_t

Constants

values → const List<tls_protocol_version_t>
A constant List of the values in this enum, in order of their declaration.