Back to project page mha-android.
The source code is released under:
Copyright (c) 2011-2012 Cameron Porter, Ryan Brown http://github.com/camporter/mha-android Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated...
If you think the Android project mha-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.teamacra.myhomeaudio.http; public interface StatusCode { public static final int STATUS_OK = 0; public static final int STATUS_FAILED = 1; public static final int STATUS_REG_DUPLICATE = 2; public static final int STATUS_BAD_SESSION = 3; public static final int STATUS_BAD_METHOD = 4; }