Class SourceControlResponse

Object
com.wowza.wms.sourcecontrol.drivers.SourceControlResponse

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

    • 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 Details

    • SourceControlResponse

      public SourceControlResponse()