com.onlineobject.objectnet Namespace

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

Sets the state of an input identified by name.

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

Syntax


void SetInput<T>(

	string inputName,

	T state

)

Type Parameters

T
The type of the input state.

Parameters

inputName
Type: String
The name of the input to set.
state
Type: T
The new state of the input.