NetworkInput Constructor
Initializes a new instance of the NetworkInput class with the specified network element, local and active status.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public NetworkInput( INetworkElement networkElement, bool local, bool active )
Parameters
- networkElement
- Type: com.onlineobject.objectnet..::..INetworkElement
The network element associated with the input.
- local
- Type: Boolean
Specifies whether the input is local.
- active
- Type: Boolean
Specifies whether the input is active.