Click or drag to resize

KM_ControllerGetIO Method

Creates a new KM_IO bit

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public KM_IO GetIO(
	int bit,
	IO_TYPE type,
	string name
)

Parameters

bit  Int32
nit index
type  IO_TYPE
IO type for bit
name  String
Name of bit

Return Value

KM_IO
Created KM_IO
See Also