CommunicationEvent

data class CommunicationEvent(send: OutputPort, recv: InputPort)

Properties

recv
Link copied to clipboard
val recv: InputPort
send
Link copied to clipboard
val send: OutputPort