com.onlineobject.objectnet Namespace

NetworkInput Methods

The NetworkInput type exposes the following members.

Methods


  Name Description
Public method GetInput<(Of <<'(T>)>>)(String)
Gets the input value of the specified type and name.
Public method GetInput<(Of <<'(T>)>>)(Byte)
Gets the input value of the specified type and code.
Public method GetInputs
Gets all the inputs associated with the network element.
Public method IsActive
Checks if the input is active.
Public method IsLocal
Checks if the input is local.
Public method RegisterInput<(Of <<'(T>)>>)
Registers an input of the specified type and name.
Public method SetInput<(Of <<'(T>)>>)(String, T)
Sets the input value of the specified type and name.
Public method SetInput<(Of <<'(T>)>>)(Byte, T)
Sets the input value of the specified type and code.