DeviceGatewayTransport

interface DeviceGatewayTransport

Types

Link copied to clipboard
interface TransportObserver

Functions

Link copied to clipboard
abstract fun connect(): Boolean
Link copied to clipboard
abstract fun disconnect()
Link copied to clipboard
abstract fun onError(status: Status, who: String)
Link copied to clipboard
abstract fun onPingRequestAcknowledged()
Link copied to clipboard
abstract fun onReceiveAttachment(attachmentMessage: <Error class: unknown class>)
Link copied to clipboard
abstract fun onReceiveDirectives(directiveMessage: <Error class: unknown class>)
Link copied to clipboard
abstract fun send(call: Call): Boolean
Link copied to clipboard
abstract fun shutdown()
Link copied to clipboard
abstract fun startDirectivesService()
Link copied to clipboard
abstract fun stopDirectivesService()