Click or drag to resize

KM_IO Constructor

Primary Construtor for IO object

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public KM_IO(
	KM_Controller controller,
	int id,
	string name,
	IO_TYPE iotype
)

Parameters

controller  KM_Controller
KM_Controller object to associate the I Owith
id  Int32
Bit Number
name  String
Call Name
iotype  IO_TYPE
Sets the IO direction
See Also