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