コード例 #1
0
 /**
  * this function determines if the specific shimmer device is currently streaming.
  *
  * @return boolean thats true if the device is streaming and false if not
  */
 private boolean isDeviceStreaming() {
   return (isDeviceConnected() && serviceshim.isDeviceStreaming(btAddress));
 }