hl7apy icon indicating copy to clipboard operation
hl7apy copied to clipboard

WIP:Add simple MLLPClient

Open sergioisidoro opened this issue 4 years ago • 0 comments

Usage:

        with MLLPClient(host, int(port)) as client:
            result = client.send(message)
            return result

sergioisidoro avatar Oct 19 '20 08:10 sergioisidoro