C# (CSharp) TersoSolutions.Jetstream.SDK.Application.Model Namespace

Nested Namespaces

TersoSolutions.Jetstream.SDK.Application.Model.Deserialized

Classes

Name Description
AddDeviceToPolicyRequest AddDeviceToPolicy adds a device to a policy and will monitor the device's configuration values for any descrepencies from the policy. Jetstream® will automatically schedule a GetConfigValuesCommand and compare the results with the policy and overridden device parameters. If Jetstream® determines that there is a variance then a LogEntryEvent with a type of PolicyError will be published. Request object for the version 1.0 AddDeviceToPolicy ReST endpoint.
AddLogicalDeviceRequest AddLogicalDevice adds a device to Jetstream making it ready for your commands and pushing events. AddLogicalDevice also insulates your application from hardware maintenance and replacements by mapping the device's serial number to your application identifier. Request object for the Jetstream AddLogicalDevice ReST endpoint.
AddLogicalDeviceResponse AddLogicalDevice adds a device to Jetstream making it ready for your commands and pushing events. AddLogicalDevice also insulates your application from hardware maintenance and replacements by mapping the device's serial number to your application identifier. Response object for the Jetstream AddLogicalDevice ReST endpoint.
AddPolicyRequest AddPolicy adds a policy to Jetstream for managing your device's parameters. You can define a policy for a device definition and assign a device to the policy. Whenever an assigned device's parameters do not match the policy a LogEntryEvent of type PolicyException is published. Request object for Jetstream AddPolicy
AddPolicyResponse AddPolicy adds a policy to Jetstream® for managing your device's parameters. You can define a policy for a device definition and assign a device to the policy. Whenever an assigned device's parameters do not match the policy a LogEntryEvent of type PolicyException is published. Reponse object for Jetstream version 1.1 AddPolicy
DeviceSpecificCommandRequest DeviceSpecificCommand instructs the device to execute one of its custom commands. A DeviceDefinition may have custom commands that are only applicable to it. This class creates the request.
DeviceSpecificCommandResponse DeviceSpecificCommand instructs the device to execute one of its custom commands. A DeviceDefinition may have custom commands that are only applicable to it. This class represent a RESTful response for a DeviceSpecificCommand.
GetConfigValuesCommandRequest GetConfigValuesCommand instructs the device to return its current configuration values. This is the request in a RESTful pattern.
GetConfigValuesCommandResponse GetConfigValuesCommand instructs the device to return its current configuration values. This is the response in a RESTful pattern.
GetConfigurationRequest GetConfiguration returns the current Jetstream® configuration for your application. Request object for Getting the application configuration for Jetstream.
GetConfigurationResponse GetConfiguration returns the current Jetstream configuration for your application. Response object for the Jetstream GetConfiguration endpoint.
GetDeviceDefinitionsRequest GetDeviceDefinitions returns all of the available device configurations that Jetstream® supports. A device definition is a unique definition for a specific device manufacturer, name of the device and its firmware version. Request object for Jetstream GetDeviceDefinitions.
GetDeviceDefinitionsResponse GetDeviceDefinitions returns all of the available device configurations that Jetstream supports. A device definition is a unique definition for a specific device manufacturer, name of the device and its firmware version. Response object for Jetstream GetDeviceDefinitions.
GetEpcListCommandRequest GetEPCListCommand instructs the device to scan for RFID tags. Request object for the Jetstream GetEPCListCommand ReST endpoint.
GetEpcListCommandResponse GetEPCListCommand instructs the device to scan for RFID tags. This is the response object for the Jetstream GetEPCListCommand ReST endpoint.
GetEventsRequest GetEvents returns but does not dequeue the oldest pending event messages for the Jetstream user. No more than 100 messages will be returned on any given GetEvents call. Request object for Jetstream version 1.3 GetEvents.
GetPoliciesRequest GetPolicies returns all policies you have added to your application. Request object for the Jetstream GetPolicies.
GetPoliciesResponse GetPolicies returns all policies you have added to your application. Response object for the Jetstream GetPolicies.
JetstreamRequest Abstract request class for application request
JetstreamResponse Abstract class for any Jetstream application response
RemoveDeviceFromPolicyRequest RemoveDeviceFromPolicy removes the device from the list of devices to monitor for compliance with your policy. Once removed from the policy all settings will be managed using GetConfigValuesCommand and SetConfigValuesCommand manually. Request object for the Jetstream RemoveDeviceFromPolicy endpoint.
RemoveEventsRequest RemoveEvents removes event messages associated with a batch of events from the user’s queue. Request object for Jetstream version 1.3 RemoveEvents endpoint.
RemoveEventsResponse RemoveEvents removes event messages associated with a batch of events from the user’s queue. Response object for Jetstream version 1.2 RemoveEvents endpoint.
RemoveLogicalDeviceRequest RemoveLogicalDevice removes a logical device from the Jetstream. Devices removed will no longer publish events or allow commands to be queued. Request class for RemoveLogicalDeviceRequest
RemovePolicyRequest RemovePolicy removes a policy from your application. Request object for the Jetstream RemovePolicy ReST endpoint
ResetCommandRequest ResetCommand instructs the device to power cycle. Request object for the version 1.0 ResetCommand REST endpoint.
ResetCommandResponse ResetCommand instructs the device to power cycle. This is the response object for the Jetstream ResetCommand REST endpoint.
SetConfigValuesCommandRequest SetConfigValuesCommand instructs the device to set its configuration parameters to user provided values. Request object for the Jetstream SetConfigValues REST endpoint.
SetConfigValuesCommandResponse SetConfigValuesCommand instructs the device to set its configuration parameters to user provided values. Response object for the Jetstream SetConfigValues REST endpoint.
UpdateFirmwareCommandRequest UpdateFirmwareCommand will command the unit to update either the Agent firmware or the Reader firmware from a specified URL. Request object for the version 1.0 UpdateFirmwareCommand REST endpoint.
UpdateFirmwareCommandResponse UpdateFirmwareCommand will command the unit to update either the Agent firmware or the Reader firmware from a specified URL. Response object for the Jetstream UpdateFirmwareCommand REST endpoint.