com.onlineobject.objectnet Namespace

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

Sets the state of an input identified by a code.

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

Syntax


void SetInput<T>(

	byte inputCode,

	T state

)

Type Parameters

T
The type of the input state.

Parameters

inputCode
Type: Byte
The code of the input to set.
state
Type: T
The new state of the input.