Deprecated Application Network Datatypes

OcaApplicationNetworkServiceID

using OcaApplicationNetworkServiceID = OcaBlob

Generic host ID.

OcaNetworkSystemInterfaceDescriptor

using OcaNetworkSystemInterfaceDescriptor = OcaBlob

Descriptor of a system interface used by a network. Format is data network type dependent.

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.

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.