1994 1995 <1996> 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 <1996> 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: simple questions |
From: | Jeff Hill <[email protected]> |
To: | "Mark M. Ito" <[email protected]> |
Cc: | [email protected], [email protected] |
Date: | Fri, 03 May 1996 10:36:27 -0600 |
Mark M. Ito wrote: > When calling channel access from an OPI does one have to be careful to > match the "type" in the request with the "type" in the record? (Is > this a well-formed question?) If the CA channel's native type is DBF_ENUM and you fetch data type DBR_CTRL_ENUM via the CA client lib you will receive a list of strings corresponding to each of the binary states in the database. A particular state may be selected by writing one of the strings or its corresponding index into the field in the database. Jeff