GitHub
Pixels Website
Preparing search index...
The search index is not available
Documentation
Documentation
@systemic-games/pixels-core-connect
PixelSessionConnectionEvent
Interface PixelSessionConnectionEvent
Data for a connection event.
interface
PixelSessionConnectionEvent
{
reason
:
|
"canceled"
|
"success"
|
"unknown"
|
"host"
|
"timeout"
|
"notSupported"
|
"linkLoss"
|
"bluetoothOff"
|
"peripheral"
;
status
:
|
"connected"
|
"connecting"
|
"disconnected"
|
"failedToConnect"
|
"ready"
|
"disconnecting"
;
systemId
:
string
;
}
Index
Properties
reason
status
system
Id
Properties
reason
reason
:
|
"canceled"
|
"success"
|
"unknown"
|
"host"
|
"timeout"
|
"notSupported"
|
"linkLoss"
|
"bluetoothOff"
|
"peripheral"
status
status
:
|
"connected"
|
"connecting"
|
"disconnected"
|
"failedToConnect"
|
"ready"
|
"disconnecting"
system
Id
system
Id
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
reason
status
system
Id
GitHub
Pixels Website
Documentation
Loading...
Data for a connection event.