Polls the current connection state to the skeleton.
Syntax
auto ReadSkeletonConnectionState()-> ::amsr::socal::SkeletonConnectionState
Returns
SkeletonConnectionState
[enum value]
Thread-safety, Reentrance, Result Delivery
- Threadsafe : FALSE for same class instance, TRUE for different instances
- Reentrant : FALSE for same class instance, TRUE for different instances
- Synchronous : TRUE
Example
auto ReadSkeletonConnectionState() const noexcept -> ::amsr::socal::SkeletonConnectionState;