com.onlineobject.objectnet Namespace

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

Gets the input value of the specified type and code.

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

Syntax


public T GetInput<T>(

	byte inputCode

)

Type Parameters

T
The type of the input value.

Parameters

inputCode
Type: Byte
The code of the input.

Return Value

The input value of the specified type and code.