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