Constructor.
Namespace: Ico.Fwx.ClientWrapperAssembly: IcoFwxClientWrapper (in IcoFwxClientWrapper.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public SampleValue(
Object value,
int status,
DateTime timeStamp
) |
Visual Basic |
---|
Public Sub New ( _
value As Object, _
status As Integer, _
timeStamp As DateTime _
) |
JScript |
---|
public function SampleValue(
value : Object,
status : int,
timeStamp : DateTime
) |
Parameters
- value
- Type: System..::..Object
The actual sample value.
- status
- Type: System..::..Int32
The status (quality) of the value (use Ico.Fwx.ClientWrapper.Statuses).
- timeStamp
- Type: System..::..DateTime
The time stamp of the value (UTC).
See Also