Toshiba V Series User Manual page 82

Integrated controller
Hide thumbs Also See for V Series:
Table of Contents

Advertisement

Chapter 8 Function Reference
8
70
bit 0: A system normal (cumulative)
Bstatus contains the following information:
bit 7: B system receive size over/format error/send JAVA detected
bit 6: B system receive CRC error detected/relay CRC error detected
bit 5: B system receive alignment error detected
bit 4: B system receive SFD/short error detected
bit 3: B system receive PHY/collision/send collision detected
bit 2: B system receive NCD error detected
bit 1: B system receive abnormal/send disable detected
bit 0: B system normal (cumulative)
BbusErrcnt is the B bus receive error counter
AbusErrcnt is the A bus receive error counter
Return Code
TRUE is returned in case of normal end.
FALSE is returned in case of abnormal end.
The error detail can be obtained with GetLastError().
Example
#include <windows.h>
#include "tcnlib.h"
HANDLE
StnInf
result = TcnScmGetStnInf( hDev, &stnInf );
if( !result ) printf("TcnScmGetStnInf fail. Code=%ld\n",GetLastError());
See Also
TcnScmClrStnInf
:
hDev;
stnInf;
:
TC-net 100 PCI Bus Card Support Software User Manual

Advertisement

Table of Contents
loading

Table of Contents