MCPcopy Create free account
hub / github.com/LabPy/lantz / UDPPortMapperClient

Class UDPPortMapperClient

lantz/drivers/legacy/rpc.py:523–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521
522
523class UDPPortMapperClient(PartialPortMapperClient, RawUDPClient):
524
525 def __init__(self, host):
526 RawUDPClient.__init__(self, host, PMAP_PROG, PMAP_VERS, PMAP_PORT)
527 PartialPortMapperClient.__init__(self)
528
529
530class BroadcastUDPPortMapperClient(PartialPortMapperClient, RawBroadcastUDPClient):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected