Gets the electrical characteristics of the port.
Syntax: |
---|
DlxPort.GetEType() |
Return Value
Returns one of the following values:
DlxApp.PORTTYPE_UNDEFINED | Pin with function not clearly defined. |
DlxApp.PORTTYPE_INPUT | Input pin. |
DlxApp.PORTTYPE_OUTPUT | Output pin. |
DlxApp.PORTTYPE_BIDIRECTIONAL | Input/Output pin. |
Example
Copy code | |
---|---|
|