ROService
Overview
Base object for remote services defined in the RODL library
Location
RemObjectsSDK.js
- Ancestry: ROService
Instance Methods
constructor ROService
Accepts also RemoteService as a single parameter.
function constructor ROService(aChannel, aMessage, aServiceName)
Parameters:
- aChannel: ClientChannel
- aMessage: Message
- aServiceName: string
getChannel
function getChannel()
getMessage
function getMessage()
getServiceName
function getServiceName()