Interface RfTransmiter
Interface to define behaviour and properties of device in a medium
Assembly: cs.temp.dll.dll
Syntax
public interface RfTransmiter
Properties
DeviceId
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Location
Declaration
Vector3 Location { get; }
Property Value
Protocol
Declaration
Property Value
Type |
Description |
System.String |
|
Methods
Send(RfMessage, Action<RfMessage>, Action<RfMessage>)
Declaration
void Send(RfMessage message, Action<RfMessage> onAcknowledgeCallback = null, Action<RfMessage> onTimeoutCallback = null)
Parameters