/ fm / liveswitch / ProtocolType
Enumeration: ProtocolType
fm.liveswitch.ProtocolType
A protocol type.
Table of contents
Enumeration members
Enumeration members
Tcp
• Tcp: = 2
Indicates the TCP protocol.
Defined in: Generated/TypeScript/fm.liveswitch/ProtocolType.ts:20
Tls
• Tls: = 3
Indicates the TLS protocol.
Defined in: Generated/TypeScript/fm.liveswitch/ProtocolType.ts:26
Udp
• Udp: = 1
Indicates the UDP protocol.
Defined in: Generated/TypeScript/fm.liveswitch/ProtocolType.ts:14
Unknown
• Unknown: = 4
Indicates an unknown protocol.
Defined in: Generated/TypeScript/fm.liveswitch/ProtocolType.ts:32