com.onlineobject.objectnet Namespace

INetworkInput..::..GetInput<(Of <(<'T>)>)> Method (String)

Retrieves the state of an input identified by name.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


T GetInput<T>(

	string inputName

)

Type Parameters

T
The type of the input state.

Parameters

inputName
Type: String
The name of the input to get.

Return Value

The state of the input.