| KM_IO Constructor |
Primary Construtor for IO object
Namespace: KMotion_dotNetAssembly: 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
)
Public Sub New (
controller As KM_Controller,
id As Integer,
name As String,
iotype As IO_TYPE
)
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