NetworkInput Members
The NetworkInput type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NetworkInput |
Initializes a new instance of the NetworkInput class with the specified network element, local and active status.
|
Methods
Name | Description | |
---|---|---|
GetInput<(Of <<'(T>)>>)(String) |
Gets the input value of the specified type and name.
|
|
GetInput<(Of <<'(T>)>>)(Byte) |
Gets the input value of the specified type and code.
|
|
GetInputs |
Gets all the inputs associated with the network element.
|
|
IsActive |
Checks if the input is active.
|
|
IsLocal |
Checks if the input is local.
|
|
RegisterInput<(Of <<'(T>)>>) |
Registers an input of the specified type and name.
|
|
SetInput<(Of <<'(T>)>>)(String, T) |
Sets the input value of the specified type and name.
|
|
SetInput<(Of <<'(T>)>>)(Byte, T) |
Sets the input value of the specified type and code.
|