Modem Configuration
FrameTransmitterConfig
public class FrameTransmitterConfig { public FrameTransmitterConfig(android.content.Context c, String key) throws IOException; public FrameTransmitterConfig(String profiles, String key); public void setNumBuffers(long numBuffers); public void setBufferLength(long bufferLength); public long getNumBuffers(); public long getBufferLength(); public String getDefaultProfiles(android.content.Context c) throws IOException; protected void finalize() throws Throwable; }
FrameTransmitterConfig
public FrameTransmitterConfig(android.content.Context c, String key) throws IOException
FrameTransmitterConfig
public FrameTransmitterConfig(String profiles, String key)
setNumBuffers
public void setNumBuffers(long numBuffers)
setBufferLength
public void setBufferLength(long bufferLength)
getNumBuffers
public long getNumBuffers()
getBufferLength
public long getBufferLength()
getDefaultProfiles
public String getDefaultProfiles(android.content.Context c) throws IOException
finalize
protected void finalize() throws Throwable
FrameReceiverConfig
public class FrameReceiverConfig { public FrameReceiverConfig(android.content.Context c, String key) throws IOException; public FrameReceiverConfig(String profiles, String key); public void setNumBuffers(long numBuffers); public void setBufferLength(long bufferLength); public long getNumBuffers(); public long getBufferLength(); public String getDefaultProfiles(android.content.Context c) throws IOException; protected void finalize() throws Throwable; }
FrameReceiverConfig
public FrameReceiverConfig(android.content.Context c, String key) throws IOException
FrameReceiverConfig
public FrameReceiverConfig(String profiles, String key)
setNumBuffers
public void setNumBuffers(long numBuffers)
setBufferLength
public void setBufferLength(long bufferLength)
getNumBuffers
public long getNumBuffers()
getBufferLength
public long getBufferLength()
getDefaultProfiles
public String getDefaultProfiles(android.content.Context c) throws IOException
finalize
protected void finalize() throws Throwable