Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Connection.WSConnector.BinaryMessage Class Reference

BinaryMessage for sending raw binary data. More...

Inheritance diagram for IBM.Watson.DeveloperCloud.Connection.WSConnector.BinaryMessage:
IBM.Watson.DeveloperCloud.Connection.WSConnector.Message

Public Member Functions

 BinaryMessage (byte[] data)
 Constructor for a BinaryMessage object. More...
 

Properties

byte[] Data [get, set]
 Binary payload. More...
 

Detailed Description

BinaryMessage for sending raw binary data.

Constructor & Destructor Documentation

IBM.Watson.DeveloperCloud.Connection.WSConnector.BinaryMessage.BinaryMessage ( byte[]  data)
inline

Constructor for a BinaryMessage object.

Parameters
dataThe binary data to send as a message.

Property Documentation

byte [] IBM.Watson.DeveloperCloud.Connection.WSConnector.BinaryMessage.Data
getset

Binary payload.


The documentation for this class was generated from the following file: