orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-syphon
/
jsyphon
/
JSyphonClient
JSyphon
Client
class
JSyphonClient
(
source
)
Members
Constructors
JSyphon
Client
Link copied to clipboard
constructor
(
)
Properties
is
Valid
Link copied to clipboard
val
isValid
:
Boolean
native
Link copied to clipboard
val
native
:
Unit
Functions
has
New
Frame
Link copied to clipboard
@
JvmOverloads
external
fun
hasNewFrame
(
ptr
:
Long
=
this.ptr
)
:
Boolean
init
Link copied to clipboard
fun
init
(
)
external
fun
init
(
options
:
HashMap
<
String
?
,
Any
?
>
?
)
:
Long
is
Valid
Link copied to clipboard
external
fun
isValid
(
ptr
:
Long
)
:
Boolean
new
Frame
Data
For
Context
Link copied to clipboard
@
JvmOverloads
external
fun
newFrameDataForContext
(
ptr
:
Long
=
this.ptr
)
:
HashMap
<
String
,
Any
>
new
Frame
Image
For
Context
Link copied to clipboard
fun
newFrameImageForContext
(
)
:
JSyphonImage
server
Description
Link copied to clipboard
@
JvmOverloads
external
fun
serverDescription
(
ptr
:
Long
=
this.ptr
)
:
HashMap
<
String
?
,
String
?
>
?
set
Application
Name
Link copied to clipboard
fun
setApplicationName
(
appName
:
String
?
)
external
fun
setApplicationName
(
ptr
:
Long
,
appName
:
String
?
)
set
Server
Name
Link copied to clipboard
fun
setServerName
(
serverName
:
String
?
)
external
fun
setServerName
(
ptr
:
Long
,
serverName
:
String
?
)
stop
Link copied to clipboard
@
JvmOverloads
external
fun
stop
(
ptr
:
Long
=
this.ptr
)