Class SourceControlResponse


  • public class SourceControlResponse
    extends Object
    Container of the response code as well as data for communications with a Source Control Driver.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int responseCode
      the response code return from the request to the device
      byte[] responseData
      Any data that might be returned from a request to a device
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • responseCode

        public int responseCode
        the response code return from the request to the device
      • responseData

        public byte[] responseData
        Any data that might be returned from a request to a device
    • Constructor Detail

      • SourceControlResponse

        public SourceControlResponse()