com.onlineobject.objectnet Namespace

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

Sets the input value of the specified type and code.

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

Syntax


public void SetInput<T>(

	byte inputCode,

	T state

)

Type Parameters

T
The type of the input value.

Parameters

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