|
ScalarElementGetValue Method
|
Gets the raw bytes of the value that this scalar represents.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.248-beta
SyntaxPublic Function GetValue As Byte()
public:
array<unsigned char>^ GetValue()
member GetValue : unit -> byte[]
View SourceReturn Value
ByteThe value in bytes.
See Also