com.onlineobject.objectnet Namespace

BooleanInput Constructor

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

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

Syntax


public BooleanInput(

	string name,

	byte code,

	bool local

)

Parameters

name
Type: String
The name of the input entry.
code
Type: Byte
The unique byte code representing the input entry.
local
Type: Boolean
Optional. A boolean flag indicating whether the input is local. Default is false.