Deprecated Application Network Datatypes
OcaApplicationNetworkServiceID
OcaNetworkSystemInterfaceDescriptor
OcaApplicationNetworkState
-
enum OcaApplicationNetworkState : uint8_t
Network states.
-
enumerator Unknown = 0
State is not known.
-
enumerator NotReady = 1
Application network is not connected to host data network and is therefore not ready for connection establishng or application data transfer.
-
enumerator Readying = 2
Application network is in the process of connecting to the host data network and is therefore not ready for connection establishing or application data transfer.
-
enumerator Unknown = 0
OcaApplicationNetworkCommand
-
enum OcaApplicationNetworkCommand : uint8_t
Command values for OcaMediaNetwork.Control().
-
enumerator None = 0
No-op. State is not changed.
-
enumerator Prepare = 1
Open a connection to the host data network, but do not make any media connections. Resulting state = Ready.
-
enumerator Start = 2
Commence media data connection-making and data transfer. Resulting state = Running.
-
enumerator None = 0