resActivityUpdated function

void resActivityUpdated(
  1. Pointer<PERIPHERAL_STREAMING_DATA> streamingdata,
  2. int bSecond,
  3. int entries
)

Implementation

void resActivityUpdated(Pointer<PERIPHERAL_STREAMING_DATA> streamingdata,
    int bSecond, int entries) {
  CLCmdStreamingData.subject
      .add(CLCmdStreamingData.from(streamingdata.ref));
  slog('resActivityUpdated: entered');
}