XNSim/Release/Services/XNUDPService.scfg

18 lines
481 B
Plaintext
Raw Normal View History

2025-04-28 12:25:20 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<Service>
2025-04-28 16:41:21 +08:00
<Name>XNUDPService</Name>
<Description>UDP通信服务</Description>
<Author>Jin</Author>
<Version>1.0.0</Version>
<CreateTime>2025-02-04 10:00:00</CreateTime>
<ChangeTime>2025-02-04 10:00:00</ChangeTime>
<CommandList>
<Command Name="TestCmd" Description="Test" Call="TestCall"/>
</CommandList>
<UDP>
<LocalPort>12345</LocalPort>
<TargetHost>127.0.0.1</TargetHost>
<TargetPort>54321</TargetPort>
</UDP>
2025-04-28 12:25:20 +08:00
</Service>