From 9e764fa01379cc515831e4353eade0b1cf53c8bf Mon Sep 17 00:00:00 2001 From: Octasic Inc Date: Fri, 16 Jul 2010 16:25:26 +0300 Subject: importing OCT612x-01.04.01 --- software/octdeviceapi/oct6100api/oct6100_channel_priv.h | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'software/octdeviceapi/oct6100api/oct6100_channel_priv.h') diff --git a/software/octdeviceapi/oct6100api/oct6100_channel_priv.h b/software/octdeviceapi/oct6100api/oct6100_channel_priv.h index 0a3a6ba..e5ad221 100644 --- a/software/octdeviceapi/oct6100api/oct6100_channel_priv.h +++ b/software/octdeviceapi/oct6100api/oct6100_channel_priv.h @@ -25,9 +25,9 @@ You should have received a copy of the GNU General Public License along with the OCT6100 GPL API; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -$Octasic_Release: OCT612xAPI-01.03.05 $ +$Octasic_Release: OCT612xAPI-01.04.01 $ -$Octasic_Revision: 64 $ +$Octasic_Revision: 65 $ \*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/ @@ -465,6 +465,17 @@ UINT32 Oct6100ApiWriteDebugChanMemory( UINT32 Oct6100ApiDebugChannelOpen( IN OUT tPOCT6100_INSTANCE_API f_pApiInstance ); +UINT32 Oct6100ApiDebugChannelClose( + IN OUT tPOCT6100_INSTANCE_API f_pApiInstance ); + +UINT32 Oct6100ApiEnableChannelRecordingSer( + IN tPOCT6100_INSTANCE_API f_pApiInstance, + IN OUT tPOCT6100_ENABLE_CHANNEL_RECORDING f_pChannelRecord ); + +UINT32 Oct6100ApiDisableChannelRecordingSer( + IN tPOCT6100_INSTANCE_API f_pApiInstance, + IN OUT tPOCT6100_DISABLE_CHANNEL_RECORDING f_pChannelRecord ); + UINT32 Oct6100ApiMutePorts( IN OUT tPOCT6100_INSTANCE_API f_pApiInstance, IN UINT16 f_usEchoIndex, -- cgit v1.2.3