Uses of Class
org.vigia.client.communications.Communication.EError

Uses of Communication.EError in org.vigia.client.communications
 

Methods in org.vigia.client.communications that return Communication.EError
static Communication.EError Communication.EError.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Communication.EError[] Communication.EError.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.vigia.client.communications with parameters of type Communication.EError
 void ControlListener.error(Communication.EError error, java.lang.String description)
          Receives an error from the remote camera.