Innovate-motorsports OT-2 SDK Instrukcja Użytkownika Strona 51

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 76
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 50
51
Command ‘F’ Add a Pass Filter
Sent: 7 bytes
{
U8 Cmd; // ‘F’
U8 Header; // Header to pass on
U8 Destination; // Destination address to pass on
U8 Source; // Source to pass on
U8 HMask; // Header AND mask (0xFF = exact)
U8 DMask; // Destination AND mask
U8 SMask; // Source AND mask
}
Responds: 1 byte
{
U8 Result; // Number of filters in use
}
Notes: These filters are just that, filters. Messages that match
them are passed on, as received, and applied to the
‘replies’ count in O and I commands (see below).
Command ‘f’ Clear all Pass Filters
Sent: 1 byte
{
U8 Cmd; // ‘f’
}
Responds: 1 byte
{
U8 Result; // Should be 0
}
Notes: Clear all pass filters. New filters are added with ‘F’
(above).
Przeglądanie stron 50
1 2 ... 46 47 48 49 50 51 52 53 54 55 56 ... 75 76

Komentarze do niniejszej Instrukcji

Brak uwag