ISO9141_KEYWORD2000__INIT_STEP Structure¶
This structure defines settings for the ISO9141 and Keyword 2000 initialization step on neoVI Fire devices.
C/C++ Declare¶
typedef VS_MODIFIER struct
{
icscm_uint16 time_500us;
icscm_uint16 k;
icscm_uint16 l;
}ISO9141_KEYWORD2000__INIT_STEP;
Visual Basic .NET Declares¶
<StructLayout(LayoutKind.Sequential, Pack:=2)>Public Structure ISO9141_KEYWORD2000__INIT_STEP
Dim time_500us As Int16
Dim k As Int16
Dim l As Int16
End Structure
C# Declares¶
[StructLayout(LayoutKind.Sequential,Pack=2)]
public struct ISO9141_KEYWORD2000__INIT_STEP
{
public UInt16 time_500us;
public UInt16 k;
public UInt16 l;
}
Remarks¶
Structure Elements¶
Item |
Description |
icscm_uint16 time_500us |
Number of 500µs Ticks for state to be set |
Sets the state of the K line Low = 0 High = 1 |
|
Sets the state of the L line Low = 0 High = 1 |