You are here:
Symbol Reference > Monnit Namespace >
SmartRangerBase Class
>
SmartRangerBase Methods
>
SmartRangerBase.SendSensorList Method
Collapse All
SmartRangerBase.SendSensorList Method
SmartRangerBase Class
SmartRangerBase Members
SmartRangerBase Methods
Send Feedback
sends just a sensor list
Syntax
C++
C#
Visual Basic
void
SendSensorList
(
Sensor
sens
, Boolean
sendSensorUpdate
);
public
static
void
SendSensorList
(
Sensor
sens
, Boolean
sendSensorUpdate
);
Public
static
Function
SendSensorList
(
sens
As
Sensor
,
sendSensorUpdate
As
Boolean
)
As
void
See Also
SmartRangerBase Class
,
SmartRangerBase Members
,
SmartRangerBase Methods
Group
SmartRangerBase Methods
Parameters
Parameters
Description
Sensor sens
sens the
Sensor
object to be updated
Boolean sendSensorUpdate
a Boolean flag that lets the sensor know if it should send up the new configuration