Click or drag to resize

TransmitterReceiverType Enumeration

The types of chain participation that a device supports..

Namespace: RAYLASE.Marker.Device
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
[FlagsAttribute]
public enum TransmitterReceiverType
Members
Member nameValueDescription
None0 Null.
Transmitter1 Device is capable of triggering the chain.
Receiver2 Device is capable of handling the chain request.
See Also