41extern HAMLIB_EXPORT(
int) cm108_write_control(
hamlib_port_t *p,
42 unsigned char control);
48 unsigned char *control);
51 unsigned char *status);
struct hamlib_port hamlib_port_t
Port definition.
int cm108_ptt_get(hamlib_port_t *p, ptt_t *pttx)
Get the state of Push To Talk from a CM108 GPIO.
Definition cm108.c:347
int cm108_ptt_set(hamlib_port_t *p, ptt_t pttx)
Set or unset the Push To Talk bit on a CM108 GPIO.
Definition cm108.c:264
__BEGIN_DECLS int cm108_open(hamlib_port_t *p)
Open CM108 HID port (/dev/hidrawX).
Definition cm108.c:165
int cm108_close(hamlib_port_t *p)
Close a CM108 HID port.
Definition cm108.c:242
ptt_t
PTT status.
Definition rig.h:707
Hamlib rig data structures.