module documentation

Inter-process communication handling.

Copyright 2017-2025, Voxel51, Inc.

Class IPCRequestHandler Undocumented
Class IPCServer Server that listens for inter-process messages.
Function send_request Send a request to an IPCServer.
def send_request(port, message): (source) ΒΆ

Send a request to an IPCServer.

Parameters
port:intport to connect to
message:any type
Returns
response (any type)