Index

Data Type OcaApplicationNetworkState

Network states.

Properties

OcaEnumItem Unknown = 0

State is not known.

OcaEnumItem NotReady = 1

Application network is not connected to host data network and is therefore not ready for connection establishng or application data transfer.

OcaEnumItem 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.

OcaEnumItem Ready = 3

Application network is connected to host data network and is ready for connection establishing and application data transfer.

OcaEnumItem Running = 4

Application network is connected to host data network and is executing connection establishment and application data transfer.

OcaEnumItem Paused = 5

All application data transfer is paused, but connections are still in place.

OcaEnumItem Stopping = 6

Network is in the process of stopping all media application data transport activity and is deleting all media transport connections.

OcaEnumItem Stopped = 7

No application data transport connections exist, but application network is still connected to host data network.

OcaEnumItem Fault = 8

Application network has ceased all activity due to an error, but operating storage elements have not been freed.

OCP.1 Encoding

Basic typeByte Length
OcaEnumItem1