| KM_ControllerGetIO Method |
Creates a new KM_IO bit
Namespace: KMotion_dotNetAssembly: 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
)
Public Function GetIO (
bit As Integer,
type As IO_TYPE,
name As String
) As KM_IO
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_IOCreated KM_IO
See Also