Interface AcousticReceiver
Namespace: Marus.Communications.Acoustics
Assembly: cs.temp.dll.dll
Syntax
public interface AcousticReceiver
Properties
DeviceId
Declaration
int DeviceId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Location
Declaration
Vector3 Location { get; }
Property Value
Type | Description |
---|---|
Vector3 |
Protocol
Declaration
string Protocol { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
OnReceive(AcousticMessage)
Processing received messages.
Declaration
void OnReceive(AcousticMessage message)
Parameters
Type | Name | Description |
---|---|---|
AcousticMessage | message |