Represents a LISNR Radius Tone.
More...
Represents a LISNR Radius Tone.
◆ Tone() [1/2]
| com.lisnr.radius.Tone.Tone |
( |
byte[] |
payload | ) |
|
|
inline |
Creates a new Tone object with the given payload.
- Parameters
-
| payload | payload to use for this Tone |
◆ Tone() [2/2]
| com.lisnr.radius.Tone.Tone |
( |
Parcel |
src | ) |
|
|
inline |
Creates a new Tone object from parcel data.
- Parameters
-
| src | parcel data used to create the new Tone |
◆ describeContents()
| int com.lisnr.radius.Tone.describeContents |
( |
| ) |
|
|
inline |
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.
- Returns
- a bitmask indicating the set of special object types marshaled by this Parcelable object instance. May be 0 or CONTENTS_FILE_DESCRIPTOR.
◆ getData()
| byte[] com.lisnr.radius.Tone.getData |
( |
| ) |
|
|
inline |
Returns the data that was attached to this Tone.
- Returns
- byte array of data
◆ getHeaderEvmDb()
| double com.lisnr.radius.Tone.getHeaderEvmDb |
( |
| ) |
|
|
inline |
◆ getPayloadEvmDb()
| double com.lisnr.radius.Tone.getPayloadEvmDb |
( |
| ) |
|
|
inline |
◆ getSnrDb()
| double com.lisnr.radius.Tone.getSnrDb |
( |
| ) |
|
|
inline |
◆ writeToParcel()
| void com.lisnr.radius.Tone.writeToParcel |
( |
Parcel |
parcel, |
|
|
int |
flags |
|
) |
| |
|
inline |
Flattens the Tone to a parcel.
- Parameters
-
| parcel | parcel to be written to |
| flags | additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE. |
The documentation for this class was generated from the following file: