serialserver/packetloopbackcsy/inc/Loopback.h
changeset 27 cd9717388750
parent 0 dfb7c4ff071f
equal deleted inserted replaced
25:e53adc4c49de 27:cd9717388750
    38 #endif
    38 #endif
    39 
    39 
    40 
    40 
    41 _LIT(KSerialDescription, "Packet Loopback CSY");
    41 _LIT(KSerialDescription, "Packet Loopback CSY");
    42 _LIT(KSerialName, "PKTLOOPBACK");
    42 _LIT(KSerialName, "PKTLOOPBACK");
       
    43 _LIT(KPortLoopBackCsyPanic, "PortLoopBack.csy");
       
    44 
       
    45 enum TPortLoopBackCsyPanic
       
    46     {       
       
    47     /** Input / Output Argument Invalid */
       
    48     EPLBArgument
       
    49     };
       
    50 
       
    51 
    43 
    52 
    44 class CHWPort;
    53 class CHWPort;
    45 
    54 
    46 /**
    55 /**
    47  * This class is the factory port object.  It drives the "entry point object" which
    56  * This class is the factory port object.  It drives the "entry point object" which