NetworkProtocol enum
The discovered network protocols
Values
- none → const NetworkProtocol
-
const NetworkProtocol(0, 'None')
- ftp → const NetworkProtocol
-
const NetworkProtocol(1, 'FTP')
- lpd → const NetworkProtocol
-
const NetworkProtocol(2, 'LPD')
- tcpRaw → const NetworkProtocol
-
const NetworkProtocol(4, 'TCP')
- udpRaw → const NetworkProtocol
-
const NetworkProtocol(8, 'UDP')
- http → const NetworkProtocol
-
const NetworkProtocol(16, 'HTTP')
- smtp → const NetworkProtocol
-
const NetworkProtocol(32, 'SMTP')
- pop3 → const NetworkProtocol
-
const NetworkProtocol(64, 'POP3')
- snmp → const NetworkProtocol
-
const NetworkProtocol(128, 'SNMP')
- telnet → const NetworkProtocol
-
const NetworkProtocol(256, 'Telnet')
- weblink → const NetworkProtocol
-
const NetworkProtocol(512, 'Weblink')
- tls → const NetworkProtocol
-
const NetworkProtocol(1024, 'TLS')
- https → const NetworkProtocol
-
const NetworkProtocol(2048, 'HTTPS')
Properties
- bitfieldValue → int
-
final
- enumAsString → String
-
final
- 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
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
NetworkProtocol> - A constant List of the values in this enum, in order of their declaration.