Python Api
IE10.1
|
Functions | |
def | AddExecLog (content, level=0) |
def | OnP2pPathBegin (is_a2b, start_device_id='') |
def | OnP2pPathEnd (is_compelete) |
def | OnP2pPathEndWithSummary (is_compelete, summary) |
def | OnDevicePathBegin (device_name) |
def | OnDevicePathEnd (device_name, path_result) |
def | IsUserStopped () |
def | MatchPathFixup (aip, bip) |
def | SetMatchedPathFixupStatus (match_info) |
def | GetGatewayRules () |
Variables | |
str_stack = traceback.format_exc(); | |
def pathcalc.AddExecLog | ( | content, | |
level = 0 |
|||
) |
def pathcalc.GetGatewayRules | ( | ) |
def pathcalc.IsUserStopped | ( | ) |
def pathcalc.MatchPathFixup | ( | aip, | |
bip | |||
) |
def pathcalc.OnDevicePathBegin | ( | device_name | ) |
def pathcalc.OnDevicePathEnd | ( | device_name, | |
path_result | |||
) |
def pathcalc.OnP2pPathBegin | ( | is_a2b, | |
start_device_id = '' |
|||
) |
def pathcalc.OnP2pPathEnd | ( | is_compelete | ) |
def pathcalc.OnP2pPathEndWithSummary | ( | is_compelete, | |
summary | |||
) |
def pathcalc.SetMatchedPathFixupStatus | ( | match_info | ) |
pathcalc.str_stack = traceback.format_exc(); |