Interface AcousticTransmiter
Interface to define behaviour and properties of device in a medium. E.g. nanomodem, ais transponder etc.
Assembly: cs.temp.dll.dll
Syntax
public interface AcousticTransmiter
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(AcousticMessage, Action<AcousticMessage>, Action<AcousticMessage>)
Declaration
void Send(AcousticMessage message, Action<AcousticMessage> onAcknowledgeCallback = null, Action<AcousticMessage> onTimeoutCallback = null)
Parameters