runtime/WampClient.py
changeset 2471 9d5c291b510f
parent 2459 21164625b393
child 2473 1d64d283d0bd
equal deleted inserted replaced
2470:590f85412835 2471:9d5c291b510f
    54 
    54 
    55 ExposedCalls = [
    55 ExposedCalls = [
    56     ("StartPLC", {}),
    56     ("StartPLC", {}),
    57     ("StopPLC", {}),
    57     ("StopPLC", {}),
    58     ("GetPLCstatus", {}),
    58     ("GetPLCstatus", {}),
       
    59     ("GetPLCID", {}),
       
    60     ("AppendChunkToBlob", {}),
       
    61     ("PurgeBlobs", {}),
    59     ("NewPLC", {}),
    62     ("NewPLC", {}),
    60     ("MatchMD5", {}),
    63     ("MatchMD5", {}),
    61     ("SetTraceVariablesList", {}),
    64     ("SetTraceVariablesList", {}),
    62     ("GetTraceVariables", {}),
    65     ("GetTraceVariables", {}),
    63     ("RemoteExec", {}),
    66     ("RemoteExec", {}),