 
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;
 
[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 | 
| icscm_uint16 k | Sets the state of the K line Low = 0 High = 1 | 
| icscm_uint16 l | Sets the State of the L line Low = 0 High = 1 | 
| IntrepidCS API Documentation - (C) Copyright 2000-2022 Intrepid Control Systems, Inc. (www.intrepidcs.com) | 
Last Updated : Monday, November 09, 2020