link start!
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.tridium.csmgrbase;
|
||||
|
||||
public interface CsMgrErrorCodes {
|
||||
public static final int E_COMMUNICATIONS_ERROR = 101;
|
||||
public static final int E_INVALID_FUNCTION_CODE = 100;
|
||||
}
|
||||
Reference in New Issue
Block a user