OcaControlNetwork¶
A online version of the AES70 specification of this class can be found at http://docs.deuso.de.
The class is a subclass of OcaApplicationNetwork()
.
This class defines the properties
Name |
JavaScript Type |
AES70 Type |
---|---|---|
Protocol |
OcaNetworkControlProtocol |
OcaNetworkControlProtocol |
Furthermore, it inherits the properties ClassID, ClassVersion, ObjectNumber, Lockable, Role, Label, Owner, ServiceID, SystemInterfaces, State, ErrorCode and Protocol.
-
class
OcaControlNetwork
(objectNumber, device)¶ This was not documented in the OCA standard.
-
OcaControlNetwork.
OnProtocolChanged
¶ type: PropertyEvent.<OcaNetworkControlProtocol>
This event is emitted when the property Protocol changes in the remote object. The property
Protocol
is described in the AES70 standard as follows. Type of control protocol used by the network (OCAnn). Read-only property.
-
OcaControlNetwork.
GetControlProtocol
()¶ Gets the network’s Protocol property. Return status indicates whether the operation was successful.
- Returns
Promise.<OcaNetworkControlProtocol> – A promise which resolves to a single value of type
OcaNetworkControlProtocol()
.
-