CONTROLINK86 SMSC, CONTROLINK86 Datasheet - Page 23

no-image

CONTROLINK86

Manufacturer Part Number
CONTROLINK86
Description
Development Software Embedded Networking Software
Manufacturer
SMSC
Datasheet

Specifications of CONTROLINK86

Tool Function
Compiler
Tool Type
Compiler
Processor Series
80x86
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
ControLink86 Realtime Networking Software
R
OUTINE
/* process the indications received on the SAP */
status = llc1_indication(1);
switch (status)
E
Action
For any SAP number
XAMPLE
{
case UNITDATA_INDICATION:
case XID_INDICATION:
case TEST_INDICATION:
default:
}
:
printf(“\nUI Data Indication to LSAP %d from DSAP %d\n”, dsap, ssap);
count = lsap[i].lsbcount;
bufptr = lsap[i].msgptr;
printf(“Data buffer = “);
while (count > 0)
printf(“\n”);
break;
printf(“\nXID Indication to LSAP %d from DSAP %d\n”, dsap, ssap);
printf(“XID buffer = “);
count = lsap[i].lsbcount;
bufptr = lsap[i].msgptr;
while (count > 0)
printf(“\n”);
break;
printf(“\nTEST Indication to LSAP %d from DSAP %d\n”, dsap, ssap);
count = lsap[i].lsbcount;
bufptr = lsap[i].msgptr;
printf(“TEST buffer = “);
while (count > 0)
printf(“\n”);
break;
break;
{
printf(“%c (%XH) “, *bufptr, *bufptr);
bufptr++;
count--;
}
{
printf(“%c (%XH) “, *bufptr, *bufptr);
bufptr++;
count--;
}
{
printf(“%c (%XH) “,*bufptr, *bufptr);
bufptr++;
count--;
}
Result
FALSE -
NO_INDICATION
UNITDATA_INDICATION
XID_INDICATION
TEST_INDICATION
23
If station is not up
nothing happened on
this SAP
data
received
XID
received or exchange
IDs, defined in LLC.H
file)
TEST command was
received
command
packet
was
was

Related parts for CONTROLINK86