runtime/WampClient.py
changeset 2487 6a4f9a061994
parent 2474 347b03f7e0e8
child 2537 eb4a4cc41914
equal deleted inserted replaced
2486:44c2a4e2b84d 2487:6a4f9a061994
    55 ExposedCalls = [
    55 ExposedCalls = [
    56     ("StartPLC", {}),
    56     ("StartPLC", {}),
    57     ("StopPLC", {}),
    57     ("StopPLC", {}),
    58     ("GetPLCstatus", {}),
    58     ("GetPLCstatus", {}),
    59     ("GetPLCID", {}),
    59     ("GetPLCID", {}),
       
    60     ("SeedBlob", {}),
    60     ("AppendChunkToBlob", {}),
    61     ("AppendChunkToBlob", {}),
    61     ("PurgeBlobs", {}),
    62     ("PurgeBlobs", {}),
    62     ("NewPLC", {}),
    63     ("NewPLC", {}),
    63     ("MatchMD5", {}),
    64     ("MatchMD5", {}),
    64     ("SetTraceVariablesList", {}),
    65     ("SetTraceVariablesList", {}),