RLRP routing
v.0.1.0
|
Unix Domain Socket (UDS) client class. More...
Public Member Functions | |
def | __init__ (self, server_address) |
Constructor. More... | |
def | send (self, message) |
Send message via UDS. More... | |
Public Attributes | |
server_address | |
UDS file location. More... | |
sock | |
Create a UDS socket. More... | |
Unix Domain Socket (UDS) client class.
This class will be used for future on-the-fly configuration of the running application instance.
def Transport.UdsClient.__init__ | ( | self, | |
server_address | |||
) |
Constructor.
self | The object pointer. |
server_address | UDS file location. |
def Transport.UdsClient.send | ( | self, | |
message | |||
) |
Send message via UDS.
self | The object pointer. |
message | Message to be sent. |
Transport.UdsClient.server_address |
UDS file location.
Transport.UdsClient.sock |
Create a UDS socket.