HoloPlayCore.Client
Constructor
const client = new HoloPlayCore.Client(
(msg) => {
console.log('Calibration values:', msg);
},
(err) => {
console.error('Error creating HoloPlay client:', err);
});Methods
.sendMessage(msg, timeoutSecs)
.disconnect()
Last updated
Was this helpful?