Interface SamParameters
public interface SamParameters
POJO containing the parameters of the SAM.
- Since:
 - 0.7.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionbyte[]Retrieves the raw data of the SAM's parameters. 
- 
Method Details
- 
getRawData
byte[] getRawData()Retrieves the raw data of the SAM's parameters.- Returns:
 - a byte array of 29 bytes representing the SAM's parameters.
 - Since:
 - 0.7.0
 
 
 -