C# Mine
ContentsIndexHome
PreviousUpNext
IDataAccess.FindSensorsByGateway Method

This method finds sensors by which gateway its registered to

Syntax
C#
List<Sensor> FindSensorsByGateway(uint gatewayID);
Parameters 
Description 
uint gatewayID 
gatewayID is the id of the gateway 

list of sensors registered to each gateway talking to mine

Exceptions 
Description 
Exception 
throws java.lang.Exception exception 
Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!