Get the contact check function.
Ret = ZmGetContactCheck ( Id , ChannelNo , ContactCheck )
Id
[ VB.NET: Short ] [ C, C++: short ] [ C#: short ]
Specify the device ID retrieved from ZmInit.
ChannelNo
[ VB.NET: UShort ] [ C, C++: unsigned short ] [ C#: ushort ]
Specify the channel number.
ContactCheck
[ VB.NET: UShort ] [ C, C++: unsigned short * ] [ C#: out ushort
]
Specify the variable address for storing the contact check setting.
Ret [ VB.NET: Integer ] [ C, C++: long ] [ C#: int ]
Definition |
Value |
Description |
ZM_ERR_SUCCESS |
0 |
Normality completion |
ZM_ERR_SYS_CHANNEL_NO |
20100 |
Channel No is out of the settable range. |
The others (See also: Details of Error Code)
0 : Check before measurement
Get the contact check.
Contact check is gotten for each channel.
For details about contact check, please refer to the glossary "Contact Check".
Get the contact check setting for ChannelNo = 1.
VB.NET |
Dim Ret As Integer Dim ContactCheck As UShort |
C, C++ |
long Ret; unsigned short ContactCheck; |
C# |
int Ret; |