com.onlineobject.objectnet Namespace

INetworkInput Members

The INetworkInput type exposes the following members.

Methods


  Name Description
Public method GetInput<(Of <<'(T>)>>)(Byte)
Retrieves the state of an input identified by a code.
Public method GetInput<(Of <<'(T>)>>)(String)
Retrieves the state of an input identified by name.
Public method GetInputs
Retrieves all registered inputs.
Public method IsActive
Determines whether the network input is currently active.
Public method IsLocal
Determines whether the network input is local.
Public method RegisterInput<(Of <<'(T>)>>)
Registers a new input with the specified name.
Public method SetInput<(Of <<'(T>)>>)(String, T)
Sets the state of an input identified by name.
Public method SetInput<(Of <<'(T>)>>)(Byte, T)
Sets the state of an input identified by a code.