connectivitylayer/isce/isirouter_dll/inc/isiinternaldefs.h
changeset 9 8486d82aef45
parent 0 63b37f68c1ce
equal deleted inserted replaced
8:6295dc2169f3 9:8486d82aef45
    37     };
    37     };
    38 
    38 
    39 
    39 
    40 _LIT( KISIDriverName, "ISIDriver" );
    40 _LIT( KISIDriverName, "ISIDriver" );
    41 
    41 
    42 const TUint8 KNotInitializedId( 0x00 );
    42 const TUint8 KNotInitializedId( 0xff );
    43 const TInt32 KNotInitializedUID( 0x00 );
    43 const TInt32 KNotInitializedUID( 0x00 );
    44 const TInt KNotInitializedStatus( 0xff );
    44 const TInt KNotInitializedStatus( 0xff );
    45 const TInt KISILddRxQueueSize( 50 );
    45 const TInt KISILddRxQueueSize( 50 );
       
    46 const TInt KISIMainRxQueueSize( 200 );
    46 const TInt KMaxISIMsgSize( 65536 );
    47 const TInt KMaxISIMsgSize( 65536 );
    47 const TInt KMaxAmountOfObjId( 256 );
    48 const TInt KMaxAmountOfObjId( 256 );
    48 const TInt KFirstAllowedObjId( 1 );
    49 const TInt KFirstAllowedObjId( 1 );
    49 
    50 
    50 #endif /* __ISIDEFS_H__ */
    51 #endif /* __ISIDEFS_H__ */