Home
last modified time | relevance | path

Searched refs:PcfsIpEndpoint (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DProgram.cs216 static IPEndPoint PcfsIpEndpoint = null; field in CafeX.Program
562 PcfsIpEndpoint = ParseIpEndPoint(args[arg_pos]); in Main()
563 if (PcfsIpEndpoint == null) in Main()
DCafeFunctions.cs3019 PCFSSERVER_PARAMETERS.AddToVar("-l " + PcfsIpEndpoint.Port.ToString(), ' '); in run()
3020 PCFSSERVER_PARAMETERS.AddToVar("-i " + PcfsIpEndpoint.Address.ToString(), ' '); in run()