Property | Type | Description | |
---|---|---|---|
Current | |||
last_received | byte[] | ||
lastitem | dev_info |
Method | Description | |
---|---|---|
MainPage ( ) : Rasp_Final | ||
azure_work ( object sender, EventArgs e ) : void | ||
data_received ( byte data_byte ) : void | ||
nrf_send_data ( byte tx_packet, byte device_id, packet_type req_type, bool fullbyte = false ) : void |
Send Data Packet
|
|
statusbar_string ( string st_status, bool error ) : void |
StatusBar message
|
|
update_devicelist ( dev_info dev ) : void |
Update Device list with latest value
|
Method | Description | |
---|---|---|
Connect ( int connectionId, object target ) : void | ||
CreateBitmapFromElement ( FrameworkElement uielement ) : Task |
||
GetBindingConnector ( int connectionId, object target ) : global::Windows.UI.Xaml.Markup.IComponentConnector | ||
Init_Hard ( ) : void | ||
InitializeComponent ( ) : void | ||
MessageReceived ( DatagramSocket socket, DatagramSocketMessageReceivedEventArgs eventArguments ) : void |
MessageReceived event
|
|
Timer_Tick ( object sender, object e ) : void | ||
appBarButton_Click ( object sender, RoutedEventArgs e ) : void | ||
autoupdate_timer_Tick ( object sender, object e ) : void | ||
azureMonitor_tick ( object sender, object e ) : void | ||
button_Click ( object sender, RoutedEventArgs e ) : void | ||
deviceList_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void | ||
do_job ( string addrs, string msg_string, string port_, string local_addr_ ) : void |
Receive data and remote address here + pass to controls
|
|
init_spi ( ) : Task |
init spi
|
|
multi_cast ( ) : void |
initialize multicast
|
|
scan_slave_Checked ( object sender, RoutedEventArgs e ) : void | ||
scan_slave_Unchecked ( object sender, RoutedEventArgs e ) : void | ||
scan_slaves_proc ( object sender, object e ) : void | ||
screenshot_Click ( object sender, RoutedEventArgs e ) : void | ||
send_byte ( byte info ) : void |
multi cast byte
|
|
send_string ( string info, bool isinternal = false ) : void |
multi cast string
|
|
toggleSwitch_Toggled ( object sender, RoutedEventArgs e ) : void |
public azure_work ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public data_received ( byte data_byte ) : void | ||
data_byte | byte | |
return | void |
public nrf_send_data ( byte tx_packet, byte device_id, packet_type req_type, bool fullbyte = false ) : void | ||
tx_packet | byte | 6 byte wide byte packet |
device_id | byte | |
req_type | packet_type | |
fullbyte | bool | |
return | void |
public statusbar_string ( string st_status, bool error ) : void | ||
st_status | string | status message |
error | bool | error or message |
return | void |
public update_devicelist ( dev_info dev ) : void | ||
dev | dev_info | dev_info object |
return | void |
public static MainPage,WindowsIoT_Raspberry_Pi Current | ||
return |