com.onlineobject.objectnet Namespace

InputEntry<(Of <(<'T>)>)> Constructor

Initializes a new instance of the InputEntry class with the specified name, code, and local flag.

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

Syntax


public InputEntry(

	string name,

	byte code,

	bool local

)

Parameters

name
Type: String
The name of the input entry.
code
Type: Byte
The code associated with the input entry.
local
Type: Boolean
Indicates whether the input entry is local (default is false).