[][src]Module saleae::device

This module defines devices that are connected to the saleae logic program.

Example of response from Logic

1, Logic Pro 16, LOGIC_PRO_16_DEVICE, 0xdf03c43d1f3aa2f3, ACTIVE

C# struct

struct ConnectedDevices
{
  String type;
  String name;
  int device_id;
  int index;
  bool is_active;
}

Structs

ConnectedDevice

Connected Device to saleae, the main usability comes from the fromStr trait.

Enums

DeviceID

Device id for saleae devices