Returns true if the hardware supports the given I/O bank.
Namespace: Cognex.VisionPro.CommAssembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 75.1.0.0
public bool IsLineSupported(
CogPrioBankConstants bank,
int lineNumber
)
public bool IsLineSupported(
CogPrioBankConstants bank,
int lineNumber
)
Public Function IsLineSupported (
bank As CogPrioBankConstants,
lineNumber As Integer
) As Boolean
Public Function IsLineSupported (
bank As CogPrioBankConstants,
lineNumber As Integer
) As Boolean
public:
bool IsLineSupported(
CogPrioBankConstants bank,
int lineNumber
)
public:
bool IsLineSupported(
CogPrioBankConstants bank,
int lineNumber
)
Return Value
Type:
Boolean