checkBridgeStatus
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Check the operational status of the hardware connection tool Bridge
.
const response = await HardwareSDK.checkBridgeStatus();
empty
const response = await HardwareSDK.checkBridgeStatus();
Result
{
success: true,
payload: boolean
}
Error
{
success: false,
payload: {
error: string, // error message
code: number // error code
}
}