[ROOT] / doc / toc / ARCCore / Enum / DataTransferDirection

Receive , Send


Direction for transfer of data.

As of Apr 2020 only used for Outgoing connections. For Incoming connections the server relies more passively on the presence of ClientUpdatePosition / SubscriptionAsRequestedByClient to determine a connection as Send.
(in general the server will accept anything SENT to it, and store it).
Always seen from the perspective of the application itself. That is, for the same connection seen from the client-side and the server-side, the value will differ. For instance if the client has made an outgoing connection in order to Receive data, the server will see the same connection as Send


ReceiveLike Client receiving data from an upstream ArmDB / CoreDB or ArmDB receiving data from an upstream CoreDB.
SendLike Client sending in-application generated properties to ArmDB / CoreDB or ArmDB sending data received over an incoming connection to CoreDB.

Details

Generated 2024-05-04 06:40:56.567 UTC