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 Summary
Fields Modifier and Type Field Description int
responseCode
the response code return from the request to the devicebyte[]
responseData
Any data that might be returned from a request to a device
-
Constructor Summary
Constructors Constructor Description SourceControlResponse()
-