Namespace VISABConnector
Classes
ApiResponse<T>
Represents a response that is made by the VISAB WebApi.
Default
Default values used for communication with the VISAB WebApi.
DontSerialize
Properties decorated with this Attribute wont be serialized.
LoopBasedSession
A wrapper class for communicating with the VISAB WebApi in games that sent data continously.
RoundBasedSession
A wrapper class for communicating with the VISAB WebApi in round based games.
SessionStatus
Represents the status of a transmission session at the VISAB WebApi.
VISABApi
Class for initializing transmission sessions and making requests independant of sessions to the VISAB WebApi.
Interfaces
IImageContainer
The marker interface all classes representing a container of images have to implement.
IMetaInformation
The interface that all classes representing meta information have to implement. This information is required upon opening the session.
IStatistics
The marker interface that all classes representing statistics have to implement.
IVISABRequestHandler
Used for making Http requests to the VISAB WebApi.
IVISABSession
Interface that represents a transmission session at the VISAB WebApi and provides functionality for it.