示例#1
0
 private void RdsBarComponent_OnPsBufferUpdated(LibSDR.Components.Digital.RDS.RDSClient client, char[] buffer)
 {
     psDisplay.SetText(buffer);
 }
示例#2
0
 private void RdsDecoder_BufferUpdated(LibSDR.Components.Digital.RDS.RDSClient client, char[] buffer)
 {
     invalidated = true;
 }