com.onlineobject.objectnet Namespace

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

Retrieves the state of an input identified by a code.

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

Syntax


T GetInput<T>(

	byte inputCode

)

Type Parameters

T
The type of the input state.

Parameters

inputCode
Type: Byte
The code of the input to get.

Return Value

The state of the input.