|
SnmpDataExtensionToBytes Method
|
Converts to byte format.
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.248-beta
Syntaxpublic static byte[] ToBytes(
this ISnmpData data
)
<ExtensionAttribute>
Public Shared Function ToBytes (
data As ISnmpData
) As Byte()
public:
[ExtensionAttribute]
static array<unsigned char>^ ToBytes(
ISnmpData^ data
)
[<ExtensionAttribute>]
static member ToBytes :
data : ISnmpData -> byte[]
GSF.Net.Snmp.SnmpDataExtension.ToBytes = function(data);
View SourceParameters
- data ISnmpData
-
Return Value
ByteUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ISnmpData. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also