axis-sdk 2.4.1
API for axis-sdk
 
Loading...
Searching...
No Matches
Callbacks

Typedefs

typedef void(* Refract::AXIS::AxisRuntimeErrorCallback) (AxisRuntimeErrors runtimeError, int errorCode, const char *errorString)
 Callback for runtime errors.
 
typedef void(* Refract::AXIS::AxisPacketCallback) (AxisPacketTypes packetType, const AxisPacket_t *incomingPacket)
 Callback for getting packets from the dongle.
 
typedef void(* Refract::AXIS::AxisHubInfoCallback) (const AxisHubsInfo_t *hubInfo)
 Callback for getting Axis Hub info.
 
typedef void(* Refract::AXIS::AxisHubStatusCallback) (const AxisHubStatus_t *hubStatus)
 Callback for getting Axis Hub status.
 
typedef void(* Refract::AXIS::AxisDongleConnectionCallback) (bool connected)
 Callback for when dongle is connected or disconnected.
 

Detailed Description

Typedef Documentation

◆ AxisRuntimeErrorCallback

typedef void(* Refract::AXIS::AxisRuntimeErrorCallback) (AxisRuntimeErrors runtimeError, int errorCode, const char *errorString)

Callback for runtime errors.

Parameters
runtimeErrorRefract::AXIS::AxisRuntimeErrors

◆ AxisPacketCallback

typedef void(* Refract::AXIS::AxisPacketCallback) (AxisPacketTypes packetType, const AxisPacket_t *incomingPacket)

Callback for getting packets from the dongle.

Parameters
packetTypeRefract::AXIS::AxisPacketTypes
incomingPacketRefract::AXIS::AxisPacket_t

◆ AxisHubInfoCallback

typedef void(* Refract::AXIS::AxisHubInfoCallback) (const AxisHubsInfo_t *hubInfo)

Callback for getting Axis Hub info.

Parameters
hubInfoRefract::AXIS::AxisHubsInfo_t

◆ AxisHubStatusCallback

typedef void(* Refract::AXIS::AxisHubStatusCallback) (const AxisHubStatus_t *hubStatus)

Callback for getting Axis Hub status.

Parameters
hubStatusRefract::AXIS::AxisHubStatus_t

◆ AxisDongleConnectionCallback

typedef void(* Refract::AXIS::AxisDongleConnectionCallback) (bool connected)

Callback for when dongle is connected or disconnected.

Parameters
connected