📄 ncvirtep.h
字号:
/******************************************************************************
Copyright (C) 2004, NetChip Technology, Inc. (http://www.netchip.com)
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
NCVIRTEP.H
XXXXXXXXXXXXXXXXXXXXXXX Comments please!
NetChip support: If you have technical problems, comments or feedback about this product,
please contact us: support@netchip.com. Please write "Firmware API" in the subject.
In the body, please provide the software release code (e.g. RE010203), the application
filename, the NetChip chip you are using, plus any helpful details.
******************************************************************************/
///////////////////////////////////////////////////////////////////////////////
#ifndef NCVIRTEP_H
#define NCVIRTEP_H
///////////////////////////////////////////////////////////////////////////////
PNC_ENDPOINT_OBJECT
FindNextNakingVirtualEp(
void
);
///////////////////////////////////////////////////////////////////////////////
NCSTATUS
ReassignBestEndpoint(
PNC_ENDPOINT_OBJECT NextEndpoint
);
///////////////////////////////////////////////////////////////////////////////
void
RestartTransfer(
PNC_ENDPOINT_OBJECT Endpoint
);
///////////////////////////////////////////////////////////////////////////////
#endif // NCVIRTEP_H
///////////////////////////////////////////////////////////////////////////////
// End of file
///////////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -