comment for CAPRS::ProcessText

lastudp
Tom Early 7 years ago
parent 5f16de827c
commit 8a710be50d

@ -49,8 +49,6 @@ void CAPRS::SelectBand(short int rptr_idx, unsigned short streamID)
// Parameter buf is either: // Parameter buf is either:
// 12 bytes(packet from repeater was 29 bytes) or // 12 bytes(packet from repeater was 29 bytes) or
// 15 bytes(packet from repeater was 32 bytes) // 15 bytes(packet from repeater was 32 bytes)
// Parameter len is either 12 or 15, because we took passed over the first 17 bytes
// in the repeater data
// Paramter seq is the byte at pos# 16(counting from zero) in the repeater data // Paramter seq is the byte at pos# 16(counting from zero) in the repeater data
void CAPRS::ProcessText(unsigned short streamID, unsigned char seq, unsigned char *buf) void CAPRS::ProcessText(unsigned short streamID, unsigned char seq, unsigned char *buf)
{ {

Loading…
Cancel
Save

Powered by TurnKey Linux.