コード例 #1
0
 unsafe public static extern hackrf_error hackrf_spiflash_clear_status(hackrf_device *device);
コード例 #2
0
 unsafe public static extern hackrf_error hackrf_cpld_write(hackrf_device *device, byte *data, UInt32 total_length);
コード例 #3
0
 unsafe public static extern hackrf_error hackrf_version_string_read(hackrf_device *device, byte *version, byte length);
コード例 #4
0
 unsafe public static extern hackrf_error hackrf_spiflash_status(hackrf_device *device, byte *data);
コード例 #5
0
 unsafe public static extern hackrf_error hackrf_set_freq(hackrf_device *device, UInt64 freq_hz);
コード例 #6
0
 unsafe public static extern hackrf_error hackrf_set_amp_enable(hackrf_device *device, byte value);
コード例 #7
0
 unsafe public static extern hackrf_error hackrf_max2837_read(hackrf_device *device, byte register_number, UInt16 *value);
コード例 #8
0
 unsafe public static extern hackrf_error hackrf_close(hackrf_device *device);
コード例 #9
0
 unsafe public static extern hackrf_error hackrf_is_streaming(hackrf_device *device);
コード例 #10
0
 unsafe public static extern hackrf_error hackrf_reset(hackrf_device *device);
コード例 #11
0
 unsafe public static extern hackrf_error hackrf_stop_tx(hackrf_device *device);
コード例 #12
0
 unsafe public static extern hackrf_error hackrf_start_tx(hackrf_device *device, IntPtr callback, void *tx_ctx);
コード例 #13
0
 unsafe public static extern hackrf_error hackrf_usb_api_version_read(hackrf_device *device, UInt16 *version);
コード例 #14
0
 unsafe public static extern hackrf_error hackrf_init_sweep(hackrf_device *device, UInt16 *frequency_list, UInt32 num_ranges, UInt32 num_bytes, UInt32 step_width, UInt32 offset, UInt32 style);
コード例 #15
0
 unsafe public static extern hackrf_error hackrf_si5351c_write(hackrf_device *device, UInt16 register_number, UInt16 value);
コード例 #16
0
 unsafe public static extern hackrf_error hackrf_start_rx_sweep(hackrf_device *device, IntPtr callback, void *rx_ctx);
コード例 #17
0
 unsafe public static extern hackrf_error hackrf_rffc5071_write(hackrf_device *device, byte register_number, UInt16 value);
コード例 #18
0
 unsafe public static extern hackrf_error hackrf_set_baseband_filter_bandwidth(hackrf_device *device, UInt32 bandwidth_hz);
コード例 #19
0
 unsafe public static extern hackrf_error hackrf_spiflash_erase(hackrf_device *device);
コード例 #20
0
 unsafe public static extern hackrf_error hackrf_set_sample_rate(hackrf_device *device, double freq_hz);
コード例 #21
0
 unsafe public static extern hackrf_error hackrf_spiflash_read(hackrf_device *device, UInt32 address, UInt16 length, byte *data);
コード例 #22
0
 unsafe public static extern hackrf_error hackrf_set_lna_gain(hackrf_device *device, UInt32 value);
コード例 #23
0
 unsafe public static extern hackrf_error hackrf_board_id_read(hackrf_device *device, byte *value);