Class SourceControlResponse
Object
com.wowza.wms.sourcecontrol.drivers.SourceControlResponse
Container of the response code as well as data for communications with a Source Control Driver.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
the response code return from the request to the devicebyte[]
Any data that might be returned from a request to a device -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
responseCode
public int responseCodethe response code return from the request to the device -
responseData
public byte[] responseDataAny data that might be returned from a request to a device
-
-
Constructor Details
-
SourceControlResponse
public SourceControlResponse()
-