connectors/LPC/LPCAppProto.py
changeset 570 46abd6b2f639
parent 563 c74a37d156df
child 571 427bf9130d12
equal deleted inserted replaced
569:37af7286dd65 570:46abd6b2f639
    63     def ExchangeData(self): 
    63     def ExchangeData(self): 
    64         pass
    64         pass
    65 
    65 
    66 class IDLETransaction(LPCAppTransaction):
    66 class IDLETransaction(LPCAppTransaction):
    67     def __init__(self):
    67     def __init__(self):
    68         LPCAppTransaction.__init__(self, 0x00)
    68         LPCAppTransaction.__init__(self, 0x07)
       
    69     ExchangeData = LPCAppTransaction.GetData
    69 
    70 
    70 class STARTTransaction(LPCAppTransaction):
    71 class STARTTransaction(LPCAppTransaction):
    71     def __init__(self):
    72     def __init__(self):
    72         LPCAppTransaction.__init__(self, 0x01)
    73         LPCAppTransaction.__init__(self, 0x01)
    73     
    74