Unity SDK  v1.1
Loading...
Searching...
No Matches
WeArt.Messages Namespace Reference

Classes

class  DisconnectMessage
 Message received from the middleware upon disconnection. More...
 
class  ExitMessage
 Message received from the middleware upon closing it. More...
 
interface  IWeArtMessage
 Interface for all messages sent or received on communicating with the middleware. More...
 
interface  IWeArtMessageCustomSerialization
 Interface for all messages that need a custom serialization procedure (e.g. non-serializable fields, custom serialization based on type or fields) More...
 
class  SetForceMessage
 Message sent to the middleware to set the pressure force of thimbles. More...
 
class  SetTemperatureMessage
 Message sent to the middleware to set the temperature of thimbles. More...
 
class  SetTextureMessage
 Message sent to the middleware to set the haptic texture of thimbles. More...
 
class  StartCalibrationFromClientMessage
 Message that requests the middleware to start the calibration. More...
 
class  StartFromClientMessage
 Message that requests the middleware to start and to turn on the hardware. More...
 
class  StopCalibrationFromClientMessage
 Message that requests the middleare to stop the calibration. More...
 
class  StopForceMessage
 Message sent to the middleware to stop the force actuator of thimbles. More...
 
class  StopFromClientMessage
 Message that requests the middleware to stop and to turn off the hardware. More...
 
class  StopTemperatureMessage
 Message sent to the middleware to stop the temperature actuator of thimbles. More...
 
class  StopTextureMessage
 Message sent to the middleware to stop the haptic texture actuator of thimbles. More...
 
class  TrackingCalibrationResult
 Message received from the middleware calibration result. More...
 
class  TrackingCalibrationStatus
 
class  TrackingMessage
 Message received from the middleware containing the closure amount of thimbles. More...
 
class  WeArtMessageCustomSerializer
 Internal class used to serialize and deserialize messages to/from the middleware using a simple string concatenation strategy.
 
class  WeArtMessageSerializer
 Abstract class that implements the base for serialization and deserialization of messages to/from the middleware. More...