/ fm / liveswitch / NetworkConnectionState
Enumeration: NetworkConnectionState
fm.liveswitch.NetworkConnectionState
The internet connection state of a client.
Table of contents
Enumeration members
Enumeration members
Connected
• Connected: = 2
Indicates that the client has internet connection.
Defined in: Generated/TypeScript/fm.liveswitch/NetworkConnectionState.ts:20
Disconnected
• Disconnected: = 3
Indicates that the client has disconnected from the internet.
Defined in: Generated/TypeScript/fm.liveswitch/NetworkConnectionState.ts:26
New
• New: = 1
Indicates that the client is new.
Defined in: Generated/TypeScript/fm.liveswitch/NetworkConnectionState.ts:14