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