메소드 | 설명 | |
---|---|---|
GetDevices ( ) : List |
Get list of all the divces in local database
|
|
GetItemsWithLastStatusInInventory ( string logicalDeviceId ) : List |
||
GetUser ( ) : List |
Get List of all the users in the local database
|
|
RecordCommandCompletionEvent ( string commandId, string outputType, string outputName, string outputValue ) : void |
Record Command Completion data to the database
|
|
RecordCommandQueuedEvent ( string commandId, string commandName, string userName ) : void |
Record Command Queued data to the database
|
|
RecordHeartbeat ( TersoSolutions heartbeatEvent ) : void |
Routine to save heartbeat data to the database
|
|
RecordInventory ( string logicalDeviceId, string tagEpc, string currentState, System.DateTime stateDate, string passId ) : void |
Records the inventory data to the database
|
|
RecordSensorReading ( string logicalDeviceId, string readingName, string readingValue, System.DateTime readingTime ) : void |
Records sensor reading data to the database
|
public static GetItemsWithLastStatusInInventory ( string logicalDeviceId ) : List |
||
logicalDeviceId | string | |
리턴 | List |
public static RecordCommandCompletionEvent ( string commandId, string outputType, string outputName, string outputValue ) : void | ||
commandId | string | |
outputType | string | |
outputName | string | |
outputValue | string | |
리턴 | void |
public static RecordCommandQueuedEvent ( string commandId, string commandName, string userName ) : void | ||
commandId | string | |
commandName | string | |
userName | string | |
리턴 | void |
public static RecordHeartbeat ( TersoSolutions heartbeatEvent ) : void | ||
heartbeatEvent | TersoSolutions | |
리턴 | void |
public static RecordInventory ( string logicalDeviceId, string tagEpc, string currentState, System.DateTime stateDate, string passId ) : void | ||
logicalDeviceId | string | |
tagEpc | string | |
currentState | string | |
stateDate | System.DateTime | |
passId | string | |
리턴 | void |
public static RecordSensorReading ( string logicalDeviceId, string readingName, string readingValue, System.DateTime readingTime ) : void | ||
logicalDeviceId | string | |
readingName | string | |
readingValue | string | |
readingTime | System.DateTime | |
리턴 | void |