Enum BridgeDirection
- Namespace
- DotCompute.Core.Messaging
- Assembly
- DotCompute.Core.dll
Specifies the direction of message flow in a MessageQueueBridge<T>.
public enum BridgeDirection
Fields
Bidirectional = 2Supports bidirectional message flow (both Host → Device and Device → Host).
DeviceToHost = 1Transfers messages from device buffer to host NamedQueue (Device → Host).
HostToDevice = 0Transfers messages from host NamedQueue to device buffer (Host → Device).