insertProbe()
method inserts an interrupt probe on the specified interrupt. When the specified interrupt changes state, i.e. it is either posted, unposted, or invoked, the probe will be notified.
@param p the probe to insert on the specified interrupt
@param inum the interrupt on which to insert the probe
insertProbe()
method inserts a probe into a radio. The probe is then notified when the radio changes power, frequency, baud rate, or transmits or receives a byte.
@param p the probe to insert on this radio
|
|
|
|
|
|