brisk-js
v1.0.15
Published
brisk connection over js-flux
Downloads
25
Readme
Table of Contents
WriteCallback
Called when the application should write the next command
Type: Function
Parameters
octetStream
OutOctetStream
ReadCallback
Called everytime there is a new command to be processed
Type: Function
Parameters
cmdValue
uint8octetStream
InOctetStream
CallbackInfo
Type: Object
Properties
readCallback
ReadCallback read callbackwriteCallback
WriteCallback write callback
LogInfo
Type: Object
Properties
log
function log function
BriskConnection
Establishing a websocket connection that is intended to be bridged over UDP.
Parameters
host
string web socket connection, e.g. 'ws://demos.kaazing.com/echo'info
CallbackInfo read and write callbacklog
LogInfo object that contains alog()
function.