INNER CODE UNIT · Java

LinkCapabilities

moezbhatti/qksms · android-smsmms/src/main/java/android/net/LinkCapabilities.java:34

public class LinkCapabilities implements Parcelable {
    private static final boolean DBG = false;

    /**
     * The Map of Keys to Values
     */
    private HashMap<Integer, String> mCapabilities;


    /**
     * The set of keys defined for a links capabilities.
     * <p/>
     * Keys starting with RW are read + write, i.e. the application
     * can request for a certain requirement corresponding to that key.
     * Keys starting with RO are read only, i.e. the the application
     * can read the value of that key from the socket but cannot request
     * a corresponding requirement.
     * <p/>

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…